Html Css Color HEX #77CA01 Christi

📋 copy color: '#77CA01'

red 119 ◦ green 202 ◦ blue 1

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

Shades of Christi #77CA01

Tints of Christi #77CA01

RGB

 RED value IS 119 (46.88% from 255) = 36.96%

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

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

R = 36.96%
G = 62.73%
B = 0.31%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#77CA01 (or 0x77CA01) is known color: Christi. HEX triplet: 77, CA and 01. RGB value is (119,202,1). Sum of RGB (Red+Green+Blue) = 119+202+1=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 202 (79.30% from 255 or 62.73% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CA01 is #8835FE. Grayscale: #9A9A9A. Windows color (decimal): -8926719 or 117367. OLE color: 117367.

HSL color Cylindrical-coordinate representation of color #77CA01: hue angle of 84.78º 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 #77CA01 is Cyan = 0.41, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 202 1 -
CMYK 0.41 0 1.00 0.21
HSL 84.78º 0.99% 0.4% -
HSV(B) 84.78º 1% 0.79% -
XYZ 28.73 46.17 7.43 -
YUV 154.27 41.5 102.84 -
System Red Green Blue C M Y K H S L
Decimal 119 202 1 0.41 0 1.00 0.21 84.78 0.99 0.4
Hex 77 CA 1 29 0 64 15 55 63 28
Octal 167 312 1 51 0 144 25 125 143 50
Binary 1110111 11001010 1 101001 0 1100100 10101 1010101 1100011 101000

Color Harmonies of #77CA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CA01

Black with #77CA01

Text Example


Text Example

White with #77CA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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