Html Css Color HEX #55BD13 Kelly Green

📋 copy color: '#55BD13'

red 85 ◦ green 189 ◦ blue 19

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

Shades of Kelly Green #55BD13

Tints of Kelly Green #55BD13

RGB

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

 GREEN value IS 189 (74.22% from 255) = 64.51%

 BLUE value IS 19 (7.81% from 255) = 6.48%

R = 29.01%
G = 64.51%
B = 6.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#55BD13 (or 0x55BD13) is known color: Kelly Green. HEX triplet: 55, BD and 13. RGB value is (85,189,19). Sum of RGB (Red+Green+Blue) = 85+189+19=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 189 (74.22% from 255 or 64.51% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BD13 is #AA42EC. Grayscale: #8B8B8B. Windows color (decimal): -11158253 or 1293653. OLE color: 1293653.

HSL color Cylindrical-coordinate representation of color #55BD13: hue angle of 96.71º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55BD13 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 189 19 -
CMYK 0.55 0 0.90 0.26
HSL 96.71º 0.82% 0.41% -
HSV(B) 96.71º 0.9% 0.74% -
XYZ 22.06 38.37 6.86 -
YUV 138.52 60.54 89.82 -
System Red Green Blue C M Y K H S L
Decimal 85 189 19 0.55 0 0.90 0.26 96.71 0.82 0.41
Hex 55 BD 13 37 0 5A 1A 61 52 29
Octal 125 275 23 67 0 132 32 141 122 51
Binary 1010101 10111101 10011 110111 0 1011010 11010 1100001 1010010 101001

Color Harmonies of #55BD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BD13

Black with #55BD13

Text Example


Text Example

White with #55BD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,189,19); }

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

background-color css

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

 a { background-color: rgb(85,189,19); }

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

border-color css

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

 span { border-color: rgb(85,189,19); }

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