Html Css Color HEX #55D212 Kelly Green

📋 copy color: '#55D212'

red 85 ◦ green 210 ◦ blue 18

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

Shades of Kelly Green #55D212

Tints of Kelly Green #55D212

RGB

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

 GREEN value IS 210 (82.42% from 255) = 67.09%

 BLUE value IS 18 (7.42% from 255) = 5.75%

R = 27.16%
G = 67.09%
B = 5.75%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#55D212 (or 0x55D212) is known color: Kelly Green. HEX triplet: 55, D2 and 12. RGB value is (85,210,18). Sum of RGB (Red+Green+Blue) = 85+210+18=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 210 (82.42% from 255 or 67.09% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 210 - color contains mainly: green. Hex color #55D212 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D212 is #AA2DED. Grayscale: #979797. Windows color (decimal): -11152878 or 1233493. OLE color: 1233493.

HSL color Cylindrical-coordinate representation of color #55D212: hue angle of 99.06º degrees, saturation: 0.84, 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 #55D212 is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 210 18 -
CMYK 0.60 0 0.91 0.18
HSL 99.06º 0.84% 0.45% -
HSV(B) 99.06º 0.91% 0.82% -
XYZ 26.9 48.07 8.43 -
YUV 150.74 53.09 81.11 -
System Red Green Blue C M Y K H S L
Decimal 85 210 18 0.60 0 0.91 0.18 99.06 0.84 0.45
Hex 55 D2 12 3C 0 5B 12 63 54 2D
Octal 125 322 22 74 0 133 22 143 124 55
Binary 1010101 11010010 10010 111100 0 1011011 10010 1100011 1010100 101101

Color Harmonies of #55D212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D212

Black with #55D212

Text Example


Text Example

White with #55D212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,210,18); }

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

background-color css

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

 a { background-color: rgb(85,210,18); }

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

border-color css

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

 span { border-color: rgb(85,210,18); }

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