Html Css Color HEX #77C005 Christi

📋 copy color: '#77C005'

red 119 ◦ green 192 ◦ blue 5

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

Shades of Christi #77C005

Tints of Christi #77C005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 37.66%
G = 60.76%
B = 1.58%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#77C005 (or 0x77C005) is known color: Christi. HEX triplet: 77, C0 and 05. RGB value is (119,192,5). Sum of RGB (Red+Green+Blue) = 119+192+5=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #77C005 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C005 is #883FFA. Grayscale: #959595. Windows color (decimal): -8929275 or 376951. OLE color: 376951.

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

Color convert

RGB 119 192 5 -
CMYK 0.38 0 0.97 0.25
HSL 83.42º 0.95% 0.39% -
HSV(B) 83.42º 0.97% 0.75% -
XYZ 26.48 41.63 6.78 -
YUV 148.86 46.82 106.71 -
System Red Green Blue C M Y K H S L
Decimal 119 192 5 0.38 0 0.97 0.25 83.42 0.95 0.39
Hex 77 C0 5 26 0 61 19 53 5F 27
Octal 167 300 5 46 0 141 31 123 137 47
Binary 1110111 11000000 101 100110 0 1100001 11001 1010011 1011111 100111

Color Harmonies of #77C005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C005

Black with #77C005

Text Example


Text Example

White with #77C005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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