Html Css Color HEX #55DD23 Kelly Green

📋 copy color: '#55DD23'

red 85 ◦ green 221 ◦ blue 35

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

Shades of Kelly Green #55DD23

Tints of Kelly Green #55DD23

RGB

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

 GREEN value IS 221 (86.72% from 255) = 64.81%

 BLUE value IS 35 (14.06% from 255) = 10.26%

R = 24.93%
G = 64.81%
B = 10.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#55DD23 (or 0x55DD23) is known color: Kelly Green. HEX triplet: 55, DD and 23. RGB value is (85,221,35). Sum of RGB (Red+Green+Blue) = 85+221+35=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 221 (86.72% from 255 or 64.81% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DD23 is #AA22DC. Grayscale: #9F9F9F. Windows color (decimal): -11150045 or 2350421. OLE color: 2350421.

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

Color convert

RGB 85 221 35 -
CMYK 0.62 0 0.84 0.13
HSL 103.87º 0.73% 0.5% -
HSV(B) 103.87º 0.84% 0.87% -
XYZ 29.91 53.77 10.39 -
YUV 159.13 57.94 75.12 -
System Red Green Blue C M Y K H S L
Decimal 85 221 35 0.62 0 0.84 0.13 103.87 0.73 0.5
Hex 55 DD 23 3E 0 54 D 68 49 32
Octal 125 335 43 76 0 124 15 150 111 62
Binary 1010101 11011101 100011 111110 0 1010100 1101 1101000 1001001 110010

Color Harmonies of #55DD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DD23

Black with #55DD23

Text Example


Text Example

White with #55DD23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,221,35); }

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

background-color css

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

 a { background-color: rgb(85,221,35); }

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

border-color css

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

 span { border-color: rgb(85,221,35); }

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