Html Css Color HEX #55D82F Kelly Green

📋 copy color: '#55D82F'

red 85 ◦ green 216 ◦ blue 47

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

Shades of Kelly Green #55D82F

Tints of Kelly Green #55D82F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 62.07%

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

R = 24.43%
G = 62.07%
B = 13.51%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#55D82F (or 0x55D82F) is known color: Kelly Green. HEX triplet: 55, D8 and 2F. RGB value is (85,216,47). Sum of RGB (Red+Green+Blue) = 85+216+47=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 216 (84.77% from 255 or 62.07% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 216 - color contains mainly: green. Hex color #55D82F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D82F is #AA27D0. Grayscale: #9E9E9E. Windows color (decimal): -11151313 or 3135573. OLE color: 3135573.

HSL color Cylindrical-coordinate representation of color #55D82F: hue angle of 106.51º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55D82F is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 216 47 -
CMYK 0.61 0 0.78 0.15
HSL 106.51º 0.68% 0.52% -
HSV(B) 106.51º 0.78% 0.85% -
XYZ 28.82 51.25 11.06 -
YUV 157.57 65.6 76.24 -
System Red Green Blue C M Y K H S L
Decimal 85 216 47 0.61 0 0.78 0.15 106.51 0.68 0.52
Hex 55 D8 2F 3D 0 4E F 6B 44 34
Octal 125 330 57 75 0 116 17 153 104 64
Binary 1010101 11011000 101111 111101 0 1001110 1111 1101011 1000100 110100

Color Harmonies of #55D82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D82F

Black with #55D82F

Text Example


Text Example

White with #55D82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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