Html Css Color HEX #76CB08 Christi

📋 copy color: '#76CB08'

red 118 ◦ green 203 ◦ blue 8

#76CB08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #76CB08

Tints of Christi #76CB08

RGB

 RED value IS 118 (46.48% from 255) = 35.87%

 GREEN value IS 203 (79.69% from 255) = 61.7%

 BLUE value IS 8 (3.52% from 255) = 2.43%

R = 35.87%
G = 61.7%
B = 2.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#76CB08 (or 0x76CB08) is known color: Christi. HEX triplet: 76, CB and 08. RGB value is (118,203,8). Sum of RGB (Red+Green+Blue) = 118+203+8=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 203 (79.69% from 255 or 61.70% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CB08 is #8934F7. Grayscale: #9C9C9C. Windows color (decimal): -8991992 or 576374. OLE color: 576374.

HSL color Cylindrical-coordinate representation of color #76CB08: hue angle of 86.15º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76CB08 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 203 8 -
CMYK 0.42 0 0.96 0.20
HSL 86.15º 0.92% 0.41% -
HSV(B) 86.15º 0.96% 0.8% -
XYZ 28.87 46.58 7.7 -
YUV 155.36 44.84 101.36 -
System Red Green Blue C M Y K H S L
Decimal 118 203 8 0.42 0 0.96 0.20 86.15 0.92 0.41
Hex 76 CB 8 2A 0 60 14 56 5C 29
Octal 166 313 10 52 0 140 24 126 134 51
Binary 1110110 11001011 1000 101010 0 1100000 10100 1010110 1011100 101001

Color Harmonies of #76CB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CB08

Black with #76CB08

Text Example


Text Example

White with #76CB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,203,8); }

 H1.HeaderClassName
 {
   color: #76CB08;
 }
 .AnyTagClassName
 {
   color: #76CB08;
 }
</style>

background-color css

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

 a { background-color: rgb(118,203,8); }

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

border-color css

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

 span { border-color: rgb(118,203,8); }

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