Html Css Color HEX #55AF13 Kelly Green

📋 copy color: '#55AF13'

red 85 ◦ green 175 ◦ blue 19

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

Shades of Kelly Green #55AF13

Tints of Kelly Green #55AF13

RGB

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

 GREEN value IS 175 (68.75% from 255) = 62.72%

 BLUE value IS 19 (7.81% from 255) = 6.81%

R = 30.47%
G = 62.72%
B = 6.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#55AF13 (or 0x55AF13) is known color: Kelly Green. HEX triplet: 55, AF and 13. RGB value is (85,175,19). Sum of RGB (Red+Green+Blue) = 85+175+19=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 175 (68.75% from 255 or 62.72% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55AF13 is #AA50EC. Grayscale: #828282. Windows color (decimal): -11161837 or 1290069. OLE color: 1290069.

HSL color Cylindrical-coordinate representation of color #55AF13: hue angle of 94.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55AF13 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 175 19 -
CMYK 0.51 0 0.89 0.31
HSL 94.62º 0.8% 0.38% -
HSV(B) 94.62º 0.89% 0.69% -
XYZ 19.19 32.64 5.9 -
YUV 130.31 65.18 95.68 -
System Red Green Blue C M Y K H S L
Decimal 85 175 19 0.51 0 0.89 0.31 94.62 0.8 0.38
Hex 55 AF 13 33 0 59 1F 5F 50 26
Octal 125 257 23 63 0 131 37 137 120 46
Binary 1010101 10101111 10011 110011 0 1011001 11111 1011111 1010000 100110

Color Harmonies of #55AF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AF13

Black with #55AF13

Text Example


Text Example

White with #55AF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,175,19); }

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

background-color css

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

 a { background-color: rgb(85,175,19); }

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

border-color css

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

 span { border-color: rgb(85,175,19); }

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