Html Css Color HEX #55BF18 Kelly Green

📋 copy color: '#55BF18'

red 85 ◦ green 191 ◦ blue 24

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

Shades of Kelly Green #55BF18

Tints of Kelly Green #55BF18

RGB

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

 GREEN value IS 191 (75% from 255) = 63.67%

 BLUE value IS 24 (9.77% from 255) = 8%

R = 28.33%
G = 63.67%
B = 8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#55BF18 (or 0x55BF18) is known color: Kelly Green. HEX triplet: 55, BF and 18. RGB value is (85,191,24). Sum of RGB (Red+Green+Blue) = 85+191+24=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BF18 is #AA40E7. Grayscale: #8C8C8C. Windows color (decimal): -11157736 or 1621845. OLE color: 1621845.

HSL color Cylindrical-coordinate representation of color #55BF18: hue angle of 98.08º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55BF18 is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 191 24 -
CMYK 0.55 0 0.87 0.25
HSL 98.08º 0.78% 0.42% -
HSV(B) 98.08º 0.87% 0.75% -
XYZ 22.54 39.26 7.25 -
YUV 140.27 62.38 88.58 -
System Red Green Blue C M Y K H S L
Decimal 85 191 24 0.55 0 0.87 0.25 98.08 0.78 0.42
Hex 55 BF 18 37 0 57 19 62 4E 2A
Octal 125 277 30 67 0 127 31 142 116 52
Binary 1010101 10111111 11000 110111 0 1010111 11001 1100010 1001110 101010

Color Harmonies of #55BF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BF18

Black with #55BF18

Text Example


Text Example

White with #55BF18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,191,24); }

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

background-color css

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

 a { background-color: rgb(85,191,24); }

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

border-color css

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

 span { border-color: rgb(85,191,24); }

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