Html Css Color HEX #55DA2F Kelly Green

📋 copy color: '#55DA2F'

red 85 ◦ green 218 ◦ blue 47

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

Shades of Kelly Green #55DA2F

Tints of Kelly Green #55DA2F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 62.29%

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

R = 24.29%
G = 62.29%
B = 13.43%

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

#55DA2F (or 0x55DA2F) is known color: Kelly Green. HEX triplet: 55, DA and 2F. RGB value is (85,218,47). Sum of RGB (Red+Green+Blue) = 85+218+47=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 218 (85.55% from 255 or 62.29% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DA2F is #AA25D0. Grayscale: #9F9F9F. Windows color (decimal): -11150801 or 3136085. OLE color: 3136085.

HSL color Cylindrical-coordinate representation of color #55DA2F: hue angle of 106.67º degrees, saturation: 0.7, 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 #55DA2F is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 218 47 -
CMYK 0.61 0 0.78 0.15
HSL 106.67º 0.7% 0.52% -
HSV(B) 106.67º 0.78% 0.85% -
XYZ 29.33 52.28 11.23 -
YUV 158.74 64.94 75.4 -
System Red Green Blue C M Y K H S L
Decimal 85 218 47 0.61 0 0.78 0.15 106.67 0.7 0.52
Hex 55 DA 2F 3D 0 4E F 6B 46 34
Octal 125 332 57 75 0 116 17 153 106 64
Binary 1010101 11011010 101111 111101 0 1001110 1111 1101011 1000110 110100

Color Harmonies of #55DA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DA2F

Black with #55DA2F

Text Example


Text Example

White with #55DA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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