Html Css Color HEX #77C208 Christi

📋 copy color: '#77C208'

red 119 ◦ green 194 ◦ blue 8

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

Shades of Christi #77C208

Tints of Christi #77C208

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.44%

 BLUE value IS 8 (3.52% from 255) = 2.49%

R = 37.07%
G = 60.44%
B = 2.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#77C208 (or 0x77C208) is known color: Christi. HEX triplet: 77, C2 and 08. RGB value is (119,194,8). Sum of RGB (Red+Green+Blue) = 119+194+8=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 194 (76.17% from 255 or 60.44% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 194 - color contains mainly: green. Hex color #77C208 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C208 is #883DF7. Grayscale: #979797. Windows color (decimal): -8928760 or 574071. OLE color: 574071.

HSL color Cylindrical-coordinate representation of color #77C208: hue angle of 84.19º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77C208 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 194 8 -
CMYK 0.39 0 0.96 0.24
HSL 84.19º 0.92% 0.4% -
HSV(B) 84.19º 0.96% 0.76% -
XYZ 26.94 42.52 7.02 -
YUV 150.37 47.65 105.62 -
System Red Green Blue C M Y K H S L
Decimal 119 194 8 0.39 0 0.96 0.24 84.19 0.92 0.4
Hex 77 C2 8 27 0 60 18 54 5C 28
Octal 167 302 10 47 0 140 30 124 134 50
Binary 1110111 11000010 1000 100111 0 1100000 11000 1010100 1011100 101000

Color Harmonies of #77C208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C208

Black with #77C208

Text Example


Text Example

White with #77C208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,194,8); }

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

background-color css

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

 a { background-color: rgb(119,194,8); }

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

border-color css

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

 span { border-color: rgb(119,194,8); }

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