Html Css Color HEX #55DF2C Kelly Green

📋 copy color: '#55DF2C'

red 85 ◦ green 223 ◦ blue 44

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

Shades of Kelly Green #55DF2C

Tints of Kelly Green #55DF2C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 63.35%

 BLUE value IS 44 (17.58% from 255) = 12.5%

R = 24.15%
G = 63.35%
B = 12.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#55DF2C (or 0x55DF2C) is known color: Kelly Green. HEX triplet: 55, DF and 2C. RGB value is (85,223,44). Sum of RGB (Red+Green+Blue) = 85+223+44=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 223 (87.5% from 255 or 63.35% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DF2C is #AA20D3. Grayscale: #A1A1A1. Windows color (decimal): -11149524 or 2940757. OLE color: 2940757.

HSL color Cylindrical-coordinate representation of color #55DF2C: hue angle of 106.26º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55DF2C is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 223 44 -
CMYK 0.62 0 0.80 0.13
HSL 106.26º 0.74% 0.52% -
HSV(B) 106.26º 0.8% 0.87% -
XYZ 30.59 54.89 11.37 -
YUV 161.33 61.78 73.55 -
System Red Green Blue C M Y K H S L
Decimal 85 223 44 0.62 0 0.80 0.13 106.26 0.74 0.52
Hex 55 DF 2C 3E 0 50 D 6A 4A 34
Octal 125 337 54 76 0 120 15 152 112 64
Binary 1010101 11011111 101100 111110 0 1010000 1101 1101010 1001010 110100

Color Harmonies of #55DF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DF2C

Black with #55DF2C

Text Example


Text Example

White with #55DF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,223,44); }

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

background-color css

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

 a { background-color: rgb(85,223,44); }

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

border-color css

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

 span { border-color: rgb(85,223,44); }

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