Html Css Color HEX #55D02F Kelly Green

📋 copy color: '#55D02F'

red 85 ◦ green 208 ◦ blue 47

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

Shades of Kelly Green #55D02F

Tints of Kelly Green #55D02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.82%

R = 25%
G = 61.18%
B = 13.82%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#55D02F (or 0x55D02F) is known color: Kelly Green. HEX triplet: 55, D0 and 2F. RGB value is (85,208,47). Sum of RGB (Red+Green+Blue) = 85+208+47=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 208 (81.64% from 255 or 61.18% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 208 - color contains mainly: green. Hex color #55D02F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D02F is #AA2FD0. Grayscale: #999999. Windows color (decimal): -11153361 or 3133525. OLE color: 3133525.

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

Color convert

RGB 85 208 47 -
CMYK 0.59 0 0.77 0.18
HSL 105.84º 0.63% 0.5% -
HSV(B) 105.84º 0.77% 0.82% -
XYZ 26.82 47.25 10.4 -
YUV 152.87 68.25 79.59 -
System Red Green Blue C M Y K H S L
Decimal 85 208 47 0.59 0 0.77 0.18 105.84 0.63 0.5
Hex 55 D0 2F 3B 0 4D 12 6A 3F 32
Octal 125 320 57 73 0 115 22 152 77 62
Binary 1010101 11010000 101111 111011 0 1001101 10010 1101010 111111 110010

Color Harmonies of #55D02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D02F

Black with #55D02F

Text Example


Text Example

White with #55D02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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