Html Css Color HEX #55D02A Kelly Green

📋 copy color: '#55D02A'

red 85 ◦ green 208 ◦ blue 42

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

Shades of Kelly Green #55D02A

Tints of Kelly Green #55D02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.54%

R = 25.37%
G = 62.09%
B = 12.54%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#55D02A (or 0x55D02A) is known color: Kelly Green. HEX triplet: 55, D0 and 2A. RGB value is (85,208,42). Sum of RGB (Red+Green+Blue) = 85+208+42=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 208 (81.64% from 255 or 62.09% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 208 - color contains mainly: green. Hex color #55D02A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D02A is #AA2FD5. Grayscale: #989898. Windows color (decimal): -11153366 or 2805845. OLE color: 2805845.

HSL color Cylindrical-coordinate representation of color #55D02A: hue angle of 104.46º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55D02A is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 208 42 -
CMYK 0.59 0 0.80 0.18
HSL 104.46º 0.66% 0.49% -
HSV(B) 104.46º 0.8% 0.82% -
XYZ 26.72 47.21 9.89 -
YUV 152.3 65.75 80 -
System Red Green Blue C M Y K H S L
Decimal 85 208 42 0.59 0 0.80 0.18 104.46 0.66 0.49
Hex 55 D0 2A 3B 0 50 12 68 42 31
Octal 125 320 52 73 0 120 22 150 102 61
Binary 1010101 11010000 101010 111011 0 1010000 10010 1101000 1000010 110001

Color Harmonies of #55D02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D02A

Black with #55D02A

Text Example


Text Example

White with #55D02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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