Html Css Color HEX #55AB1F Kelly Green

📋 copy color: '#55AB1F'

red 85 ◦ green 171 ◦ blue 31

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

Shades of Kelly Green #55AB1F

Tints of Kelly Green #55AB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.8%

R = 29.62%
G = 59.58%
B = 10.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#55AB1F (or 0x55AB1F) is known color: Kelly Green. HEX triplet: 55, AB and 1F. RGB value is (85,171,31). Sum of RGB (Red+Green+Blue) = 85+171+31=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AB1F is #AA54E0. Grayscale: #818181. Windows color (decimal): -11162849 or 2075477. OLE color: 2075477.

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

Color convert

RGB 85 171 31 -
CMYK 0.50 0 0.82 0.33
HSL 96.86º 0.69% 0.4% -
HSV(B) 96.86º 0.82% 0.67% -
XYZ 18.56 31.16 6.33 -
YUV 129.33 72.51 96.38 -
System Red Green Blue C M Y K H S L
Decimal 85 171 31 0.50 0 0.82 0.33 96.86 0.69 0.4
Hex 55 AB 1F 32 0 52 21 61 45 28
Octal 125 253 37 62 0 122 41 141 105 50
Binary 1010101 10101011 11111 110010 0 1010010 100001 1100001 1000101 101000

Color Harmonies of #55AB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AB1F

Black with #55AB1F

Text Example


Text Example

White with #55AB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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