#76bd03

Color #76BD03 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #76BD03

Tints of Christi #76BD03

Color information

#76BD03 (or 0x76BD03) is unknown color: approx Christi. HEX triplet: 76, BD and 03. RGB value is (118,189,3). Sum of RGB (Red+Green+Blue) = 118+189+3=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BD03 is #8942FC. Grayscale: #939393. Windows color (decimal): -8995581 or 245110. OLE color: 245110.

HSL color Cylindrical-coordinate representation of color #76BD03: hue angle of 82.9º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76BD03 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB1181893-
CMYK0.3800.980.26
HSL82.9º96.88%37.65%-
HSV(B)82.9º98.41%74.12%-
XYZ25.6940.256.5-
YUV146.5746.98107.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 38.06%
GREEN value IS 189 (74.22% from 255) = 60.97%
BLUE value IS 3 (1.56% from 255) = 0.97%
R=38.06%
G=60.97%
B=0.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11818930.3800.980.2682.996.8837.65
Hex76BD3260621A536126
Octal16627534601423212314146
Binary11101101011110111100110011000101101010100111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76bd03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76bd03; }

 p { color: rgb(118,189,3); }

 H1.HeaderClassName
 {
   color: #76bd03;
 }
 .AnyTagClassName
 {
   color: #76bd03;
 }
</style>
background-color css

<style>
 a { background-color: #76bd03; }

 a { background-color: rgb(118,189,3); }

 div.DivClassName
 {
   background-color: #76bd03;
 }
 .BgClassName
 {
   background-color: #76bd03;
 }
</style>
border-color css

<style>
 span { border-color: #76bd03; }

 span { border-color: rgb(118,189,3); }

 td.TdClassName
 {
   border-color: #76bd03;
 }
 .TagClassName
 {
   border-color: #76bd03;
 }
</style>