Html Css Color HEX #55D030 Kelly Green

📋 copy color: '#55D030'

red 85 ◦ green 208 ◦ blue 48

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

Shades of Kelly Green #55D030

Tints of Kelly Green #55D030

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61%

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

R = 24.93%
G = 61%
B = 14.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#55D030 (or 0x55D030) is known color: Kelly Green. HEX triplet: 55, D0 and 30. RGB value is (85,208,48). Sum of RGB (Red+Green+Blue) = 85+208+48=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #55D030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D030 is #AA2FCF. Grayscale: #999999. Windows color (decimal): -11153360 or 3199061. OLE color: 3199061.

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

Color convert

RGB 85 208 48 -
CMYK 0.59 0 0.77 0.18
HSL 106.13º 0.63% 0.5% -
HSV(B) 106.13º 0.77% 0.82% -
XYZ 26.84 47.26 10.5 -
YUV 152.98 68.75 79.51 -
System Red Green Blue C M Y K H S L
Decimal 85 208 48 0.59 0 0.77 0.18 106.13 0.63 0.5
Hex 55 D0 30 3B 0 4D 12 6A 3F 32
Octal 125 320 60 73 0 115 22 152 77 62
Binary 1010101 11010000 110000 111011 0 1001101 10010 1101010 111111 110010

Color Harmonies of #55D030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D030

Black with #55D030

Text Example


Text Example

White with #55D030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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