Html Css Color HEX #55D70B Kelly Green

📋 copy color: '#55D70B'

red 85 ◦ green 215 ◦ blue 11

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

Shades of Kelly Green #55D70B

Tints of Kelly Green #55D70B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 69.13%

 BLUE value IS 11 (4.69% from 255) = 3.54%

R = 27.33%
G = 69.13%
B = 3.54%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#55D70B (or 0x55D70B) is known color: Kelly Green. HEX triplet: 55, D7 and 0B. RGB value is (85,215,11). Sum of RGB (Red+Green+Blue) = 85+215+11=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 215 (84.38% from 255 or 69.13% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 215 - color contains mainly: green. Hex color #55D70B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D70B is #AA28F4. Grayscale: #999999. Windows color (decimal): -11151605 or 776021. OLE color: 776021.

HSL color Cylindrical-coordinate representation of color #55D70B: hue angle of 98.24º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55D70B is Cyan = 0.60, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 215 11 -
CMYK 0.60 0 0.95 0.16
HSL 98.24º 0.9% 0.44% -
HSV(B) 98.24º 0.95% 0.84% -
XYZ 28.11 50.56 8.59 -
YUV 152.87 47.93 79.59 -
System Red Green Blue C M Y K H S L
Decimal 85 215 11 0.60 0 0.95 0.16 98.24 0.9 0.44
Hex 55 D7 B 3C 0 5F 10 62 5A 2C
Octal 125 327 13 74 0 137 20 142 132 54
Binary 1010101 11010111 1011 111100 0 1011111 10000 1100010 1011010 101100

Color Harmonies of #55D70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D70B

Black with #55D70B

Text Example


Text Example

White with #55D70B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,215,11); }

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

background-color css

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

 a { background-color: rgb(85,215,11); }

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

border-color css

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

 span { border-color: rgb(85,215,11); }

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