Html Css Color HEX #77C004 Christi

📋 copy color: '#77C004'

red 119 ◦ green 192 ◦ blue 4

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

Shades of Christi #77C004

Tints of Christi #77C004

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.95%

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 37.78%
G = 60.95%
B = 1.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#77C004 (or 0x77C004) is known color: Christi. HEX triplet: 77, C0 and 04. RGB value is (119,192,4). Sum of RGB (Red+Green+Blue) = 119+192+4=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #77C004 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C004 is #883FFB. Grayscale: #959595. Windows color (decimal): -8929276 or 311415. OLE color: 311415.

HSL color Cylindrical-coordinate representation of color #77C004: hue angle of 83.3º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #77C004 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 192 4 -
CMYK 0.38 0 0.98 0.25
HSL 83.3º 0.96% 0.38% -
HSV(B) 83.3º 0.98% 0.75% -
XYZ 26.48 41.63 6.75 -
YUV 148.74 46.32 106.79 -
System Red Green Blue C M Y K H S L
Decimal 119 192 4 0.38 0 0.98 0.25 83.3 0.96 0.38
Hex 77 C0 4 26 0 62 19 53 60 26
Octal 167 300 4 46 0 142 31 123 140 46
Binary 1110111 11000000 100 100110 0 1100010 11001 1010011 1100000 100110

Color Harmonies of #77C004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C004

Black with #77C004

Text Example


Text Example

White with #77C004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,192,4); }

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

background-color css

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

 a { background-color: rgb(119,192,4); }

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

border-color css

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

 span { border-color: rgb(119,192,4); }

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