Html Css Color HEX #77C023 Lima

📋 copy color: '#77C023'

red 119 ◦ green 192 ◦ blue 35

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

Shades of Lima #77C023

Tints of Lima #77C023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.12%

R = 34.39%
G = 55.49%
B = 10.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#77C023 (or 0x77C023) is known color: Lima. HEX triplet: 77, C0 and 23. RGB value is (119,192,35). Sum of RGB (Red+Green+Blue) = 119+192+35=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #77C023 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C023 is #883FDC. Grayscale: #989898. Windows color (decimal): -8929245 or 2343031. OLE color: 2343031.

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

Color convert

RGB 119 192 35 -
CMYK 0.38 0 0.82 0.25
HSL 87.9º 0.69% 0.45% -
HSV(B) 87.9º 0.82% 0.75% -
XYZ 26.76 41.74 8.24 -
YUV 152.28 61.82 104.27 -
System Red Green Blue C M Y K H S L
Decimal 119 192 35 0.38 0 0.82 0.25 87.9 0.69 0.45
Hex 77 C0 23 26 0 52 19 58 45 2D
Octal 167 300 43 46 0 122 31 130 105 55
Binary 1110111 11000000 100011 100110 0 1010010 11001 1011000 1000101 101101

Color Harmonies of #77C023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C023

Black with #77C023

Text Example


Text Example

White with #77C023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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