Html Css Color HEX #55AB0F Kelly Green

📋 copy color: '#55AB0F'

red 85 ◦ green 171 ◦ blue 15

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

Shades of Kelly Green #55AB0F

Tints of Kelly Green #55AB0F

RGB

 RED value IS 85 (33.59% from 255) = 31.37%

 GREEN value IS 171 (67.19% from 255) = 63.1%

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 31.37%
G = 63.1%
B = 5.54%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#55AB0F (or 0x55AB0F) is known color: Kelly Green. HEX triplet: 55, AB and 0F. RGB value is (85,171,15). Sum of RGB (Red+Green+Blue) = 85+171+15=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 171 (67.19% from 255 or 63.10% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55AB0F is #AA54F0. Grayscale: #808080. Windows color (decimal): -11162865 or 1026901. OLE color: 1026901.

HSL color Cylindrical-coordinate representation of color #55AB0F: hue angle of 93.08º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55AB0F is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 171 15 -
CMYK 0.50 0 0.91 0.33
HSL 93.08º 0.84% 0.36% -
HSV(B) 93.08º 0.91% 0.67% -
XYZ 18.4 31.09 5.48 -
YUV 127.5 64.51 97.68 -
System Red Green Blue C M Y K H S L
Decimal 85 171 15 0.50 0 0.91 0.33 93.08 0.84 0.36
Hex 55 AB F 32 0 5B 21 5D 54 24
Octal 125 253 17 62 0 133 41 135 124 44
Binary 1010101 10101011 1111 110010 0 1011011 100001 1011101 1010100 100100

Color Harmonies of #55AB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AB0F

Black with #55AB0F

Text Example


Text Example

White with #55AB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55AB0F; }

 p { color: rgb(85,171,15); }

 H1.HeaderClassName
 {
   color: #55AB0F;
 }
 .AnyTagClassName
 {
   color: #55AB0F;
 }
</style>

background-color css

<style>
 a { background-color: #55AB0F; }

 a { background-color: rgb(85,171,15); }

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

border-color css

<style>
 span { border-color: #55AB0F; }

 span { border-color: rgb(85,171,15); }

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