Html Css Color HEX #76CE02 Christi

📋 copy color: '#76CE02'

red 118 ◦ green 206 ◦ blue 2

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

Shades of Christi #76CE02

Tints of Christi #76CE02

RGB

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

 GREEN value IS 206 (80.86% from 255) = 63.19%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 36.2%
G = 63.19%
B = 0.61%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#76CE02 (or 0x76CE02) is known color: Christi. HEX triplet: 76, CE and 02. RGB value is (118,206,2). Sum of RGB (Red+Green+Blue) = 118+206+2=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 206 (80.86% from 255 or 63.19% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CE02 is #8931FD. Grayscale: #9D9D9D. Windows color (decimal): -8991230 or 183926. OLE color: 183926.

HSL color Cylindrical-coordinate representation of color #76CE02: hue angle of 85.88º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76CE02 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 206 2 -
CMYK 0.43 0 0.99 0.19
HSL 85.88º 0.98% 0.41% -
HSV(B) 85.88º 0.99% 0.81% -
XYZ 29.55 48 7.76 -
YUV 156.43 40.85 100.59 -
System Red Green Blue C M Y K H S L
Decimal 118 206 2 0.43 0 0.99 0.19 85.88 0.98 0.41
Hex 76 CE 2 2B 0 63 13 56 62 29
Octal 166 316 2 53 0 143 23 126 142 51
Binary 1110110 11001110 10 101011 0 1100011 10011 1010110 1100010 101001

Color Harmonies of #76CE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CE02

Black with #76CE02

Text Example


Text Example

White with #76CE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,206,2); }

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

background-color css

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

 a { background-color: rgb(118,206,2); }

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

border-color css

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

 span { border-color: rgb(118,206,2); }

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