Html Css Color HEX #55DE1E Kelly Green

📋 copy color: '#55DE1E'

red 85 ◦ green 222 ◦ blue 30

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

Shades of Kelly Green #55DE1E

Tints of Kelly Green #55DE1E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 65.88%

 BLUE value IS 30 (12.11% from 255) = 8.9%

R = 25.22%
G = 65.88%
B = 8.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#55DE1E (or 0x55DE1E) is known color: Kelly Green. HEX triplet: 55, DE and 1E. RGB value is (85,222,30). Sum of RGB (Red+Green+Blue) = 85+222+30=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 222 (87.11% from 255 or 65.88% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 222 - color contains mainly: green. Hex color #55DE1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DE1E is #AA21E1. Grayscale: #9F9F9F. Windows color (decimal): -11149794 or 2022997. OLE color: 2022997.

HSL color Cylindrical-coordinate representation of color #55DE1E: hue angle of 102.81º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55DE1E is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 222 30 -
CMYK 0.62 0 0.86 0.13
HSL 102.81º 0.76% 0.49% -
HSV(B) 102.81º 0.86% 0.87% -
XYZ 30.1 54.27 10.12 -
YUV 159.15 55.11 75.11 -
System Red Green Blue C M Y K H S L
Decimal 85 222 30 0.62 0 0.86 0.13 102.81 0.76 0.49
Hex 55 DE 1E 3E 0 56 D 67 4C 31
Octal 125 336 36 76 0 126 15 147 114 61
Binary 1010101 11011110 11110 111110 0 1010110 1101 1100111 1001100 110001

Color Harmonies of #55DE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DE1E

Black with #55DE1E

Text Example


Text Example

White with #55DE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,222,30); }

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

background-color css

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

 a { background-color: rgb(85,222,30); }

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

border-color css

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

 span { border-color: rgb(85,222,30); }

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