Html Css Color HEX #55D230 Kelly Green

📋 copy color: '#55D230'

red 85 ◦ green 210 ◦ blue 48

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

Shades of Kelly Green #55D230

Tints of Kelly Green #55D230

RGB

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

 GREEN value IS 210 (82.42% from 255) = 61.22%

 BLUE value IS 48 (19.14% from 255) = 13.99%

R = 24.78%
G = 61.22%
B = 13.99%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#55D230 (or 0x55D230) is known color: Kelly Green. HEX triplet: 55, D2 and 30. RGB value is (85,210,48). Sum of RGB (Red+Green+Blue) = 85+210+48=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 210 (82.42% from 255 or 61.22% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 210 - color contains mainly: green. Hex color #55D230 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D230 is #AA2DCF. Grayscale: #9A9A9A. Windows color (decimal): -11152848 or 3199573. OLE color: 3199573.

HSL color Cylindrical-coordinate representation of color #55D230: hue angle of 106.3º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55D230 is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 210 48 -
CMYK 0.60 0 0.77 0.18
HSL 106.3º 0.64% 0.51% -
HSV(B) 106.3º 0.77% 0.82% -
XYZ 27.33 48.24 10.67 -
YUV 154.16 68.09 78.67 -
System Red Green Blue C M Y K H S L
Decimal 85 210 48 0.60 0 0.77 0.18 106.3 0.64 0.51
Hex 55 D2 30 3C 0 4D 12 6A 40 33
Octal 125 322 60 74 0 115 22 152 100 63
Binary 1010101 11010010 110000 111100 0 1001101 10010 1101010 1000000 110011

Color Harmonies of #55D230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D230

Black with #55D230

Text Example


Text Example

White with #55D230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,210,48); }

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

background-color css

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

 a { background-color: rgb(85,210,48); }

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

border-color css

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

 span { border-color: rgb(85,210,48); }

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