Html Css Color HEX #55D013 Kelly Green

📋 copy color: '#55D013'

red 85 ◦ green 208 ◦ blue 19

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

Shades of Kelly Green #55D013

Tints of Kelly Green #55D013

RGB

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

 GREEN value IS 208 (81.64% from 255) = 66.67%

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

R = 27.24%
G = 66.67%
B = 6.09%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#55D013 (or 0x55D013) is known color: Kelly Green. HEX triplet: 55, D0 and 13. RGB value is (85,208,19). Sum of RGB (Red+Green+Blue) = 85+208+19=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 208 (81.64% from 255 or 66.67% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 208 - color contains mainly: green. Hex color #55D013 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D013 is #AA2FEC. Grayscale: #969696. Windows color (decimal): -11153389 or 1298517. OLE color: 1298517.

HSL color Cylindrical-coordinate representation of color #55D013: hue angle of 99.05º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55D013 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 208 19 -
CMYK 0.59 0 0.91 0.18
HSL 99.05º 0.83% 0.45% -
HSV(B) 99.05º 0.91% 0.82% -
XYZ 26.42 47.09 8.31 -
YUV 149.68 54.25 81.87 -
System Red Green Blue C M Y K H S L
Decimal 85 208 19 0.59 0 0.91 0.18 99.05 0.83 0.45
Hex 55 D0 13 3B 0 5B 12 63 53 2D
Octal 125 320 23 73 0 133 22 143 123 55
Binary 1010101 11010000 10011 111011 0 1011011 10010 1100011 1010011 101101

Color Harmonies of #55D013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D013

Black with #55D013

Text Example


Text Example

White with #55D013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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