Html Css Color HEX #55D830 Kelly Green

📋 copy color: '#55D830'

red 85 ◦ green 216 ◦ blue 48

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

Shades of Kelly Green #55D830

Tints of Kelly Green #55D830

RGB

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

 GREEN value IS 216 (84.77% from 255) = 61.89%

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

R = 24.36%
G = 61.89%
B = 13.75%

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

#55D830 (or 0x55D830) is known color: Kelly Green. HEX triplet: 55, D8 and 30. RGB value is (85,216,48). Sum of RGB (Red+Green+Blue) = 85+216+48=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 216 (84.77% from 255 or 61.89% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 216 - color contains mainly: green. Hex color #55D830 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D830 is #AA27CF. Grayscale: #9E9E9E. Windows color (decimal): -11151312 or 3201109. OLE color: 3201109.

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

Color convert

RGB 85 216 48 -
CMYK 0.61 0 0.78 0.15
HSL 106.79º 0.68% 0.52% -
HSV(B) 106.79º 0.78% 0.85% -
XYZ 28.84 51.26 11.17 -
YUV 157.68 66.1 76.16 -
System Red Green Blue C M Y K H S L
Decimal 85 216 48 0.61 0 0.78 0.15 106.79 0.68 0.52
Hex 55 D8 30 3D 0 4E F 6B 44 34
Octal 125 330 60 75 0 116 17 153 104 64
Binary 1010101 11011000 110000 111101 0 1001110 1111 1101011 1000100 110100

Color Harmonies of #55D830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D830

Black with #55D830

Text Example


Text Example

White with #55D830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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