Html Css Color HEX #76CA02 Christi

📋 copy color: '#76CA02'

red 118 ◦ green 202 ◦ blue 2

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

Shades of Christi #76CA02

Tints of Christi #76CA02

RGB

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

 GREEN value IS 202 (79.3% from 255) = 62.73%

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

R = 36.65%
G = 62.73%
B = 0.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#76CA02 (or 0x76CA02) is known color: Christi. HEX triplet: 76, CA and 02. RGB value is (118,202,2). Sum of RGB (Red+Green+Blue) = 118+202+2=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 202 (79.30% from 255 or 62.73% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CA02 is #8935FD. Grayscale: #9A9A9A. Windows color (decimal): -8992254 or 182902. OLE color: 182902.

HSL color Cylindrical-coordinate representation of color #76CA02: hue angle of 85.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76CA02 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 202 2 -
CMYK 0.42 0 0.99 0.21
HSL 85.2º 0.98% 0.4% -
HSV(B) 85.2º 0.99% 0.79% -
XYZ 28.6 46.1 7.45 -
YUV 154.08 42.17 102.26 -
System Red Green Blue C M Y K H S L
Decimal 118 202 2 0.42 0 0.99 0.21 85.2 0.98 0.4
Hex 76 CA 2 2A 0 63 15 55 62 28
Octal 166 312 2 52 0 143 25 125 142 50
Binary 1110110 11001010 10 101010 0 1100011 10101 1010101 1100010 101000

Color Harmonies of #76CA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CA02

Black with #76CA02

Text Example


Text Example

White with #76CA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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