Html Css Color HEX #55DA2B Kelly Green

📋 copy color: '#55DA2B'

red 85 ◦ green 218 ◦ blue 43

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

Shades of Kelly Green #55DA2B

Tints of Kelly Green #55DA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.43%

R = 24.57%
G = 63.01%
B = 12.43%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#55DA2B (or 0x55DA2B) is known color: Kelly Green. HEX triplet: 55, DA and 2B. RGB value is (85,218,43). Sum of RGB (Red+Green+Blue) = 85+218+43=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 218 (85.55% from 255 or 63.01% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DA2B is #AA25D4. Grayscale: #9E9E9E. Windows color (decimal): -11150805 or 2873941. OLE color: 2873941.

HSL color Cylindrical-coordinate representation of color #55DA2B: hue angle of 105.6º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55DA2B is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 218 43 -
CMYK 0.61 0 0.80 0.15
HSL 105.6º 0.7% 0.51% -
HSV(B) 105.6º 0.8% 0.85% -
XYZ 29.25 52.25 10.83 -
YUV 158.28 62.94 75.73 -
System Red Green Blue C M Y K H S L
Decimal 85 218 43 0.61 0 0.80 0.15 105.6 0.7 0.51
Hex 55 DA 2B 3D 0 50 F 6A 46 33
Octal 125 332 53 75 0 120 17 152 106 63
Binary 1010101 11011010 101011 111101 0 1010000 1111 1101010 1000110 110011

Color Harmonies of #55DA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DA2B

Black with #55DA2B

Text Example


Text Example

White with #55DA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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