Html Css Color HEX #76CA01 Christi

📋 copy color: '#76CA01'

red 118 ◦ green 202 ◦ blue 1

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

Shades of Christi #76CA01

Tints of Christi #76CA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 36.76%
G = 62.93%
B = 0.31%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#76CA01 (or 0x76CA01) is known color: Christi. HEX triplet: 76, CA and 01. RGB value is (118,202,1). Sum of RGB (Red+Green+Blue) = 118+202+1=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 202 (79.30% from 255 or 62.93% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CA01 is #8935FE. Grayscale: #9A9A9A. Windows color (decimal): -8992255 or 117366. OLE color: 117366.

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

Color convert

RGB 118 202 1 -
CMYK 0.42 0 1.00 0.21
HSL 85.07º 0.99% 0.4% -
HSV(B) 85.07º 1% 0.79% -
XYZ 28.6 46.09 7.42 -
YUV 153.97 41.67 102.34 -
System Red Green Blue C M Y K H S L
Decimal 118 202 1 0.42 0 1.00 0.21 85.07 0.99 0.4
Hex 76 CA 1 2A 0 64 15 55 63 28
Octal 166 312 1 52 0 144 25 125 143 50
Binary 1110110 11001010 1 101010 0 1100100 10101 1010101 1100011 101000

Color Harmonies of #76CA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CA01

Black with #76CA01

Text Example


Text Example

White with #76CA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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