Html Css Color HEX #77CF26 Lima

📋 copy color: '#77CF26'

red 119 ◦ green 207 ◦ blue 38

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

Shades of Lima #77CF26

Tints of Lima #77CF26

RGB

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

 GREEN value IS 207 (81.25% from 255) = 56.87%

 BLUE value IS 38 (15.23% from 255) = 10.44%

R = 32.69%
G = 56.87%
B = 10.44%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#77CF26 (or 0x77CF26) is known color: Lima. HEX triplet: 77, CF and 26. RGB value is (119,207,38). Sum of RGB (Red+Green+Blue) = 119+207+38=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 207 (81.25% from 255 or 56.87% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 207 - color contains mainly: green. Hex color #77CF26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CF26 is #8830D9. Grayscale: #A2A2A2. Windows color (decimal): -8925402 or 2543479. OLE color: 2543479.

HSL color Cylindrical-coordinate representation of color #77CF26: hue angle of 91.24º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77CF26 is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 207 38 -
CMYK 0.43 0 0.82 0.19
HSL 91.24º 0.69% 0.48% -
HSV(B) 91.24º 0.82% 0.81% -
XYZ 30.27 48.69 9.64 -
YUV 161.42 58.35 97.74 -
System Red Green Blue C M Y K H S L
Decimal 119 207 38 0.43 0 0.82 0.19 91.24 0.69 0.48
Hex 77 CF 26 2B 0 52 13 5B 45 30
Octal 167 317 46 53 0 122 23 133 105 60
Binary 1110111 11001111 100110 101011 0 1010010 10011 1011011 1000101 110000

Color Harmonies of #77CF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CF26

Black with #77CF26

Text Example


Text Example

White with #77CF26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,207,38); }

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

background-color css

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

 a { background-color: rgb(119,207,38); }

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

border-color css

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

 span { border-color: rgb(119,207,38); }

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