Html Css Color HEX #55BF12 Kelly Green

📋 copy color: '#55BF12'

red 85 ◦ green 191 ◦ blue 18

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

Shades of Kelly Green #55BF12

Tints of Kelly Green #55BF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.12%

R = 28.91%
G = 64.97%
B = 6.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#55BF12 (or 0x55BF12) is known color: Kelly Green. HEX triplet: 55, BF and 12. RGB value is (85,191,18). Sum of RGB (Red+Green+Blue) = 85+191+18=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 191 (75% from 255 or 64.97% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BF12 is #AA40ED. Grayscale: #8C8C8C. Windows color (decimal): -11157742 or 1228629. OLE color: 1228629.

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

Color convert

RGB 85 191 18 -
CMYK 0.55 0 0.91 0.25
HSL 96.76º 0.83% 0.41% -
HSV(B) 96.76º 0.91% 0.75% -
XYZ 22.49 39.24 6.96 -
YUV 139.58 59.38 89.07 -
System Red Green Blue C M Y K H S L
Decimal 85 191 18 0.55 0 0.91 0.25 96.76 0.83 0.41
Hex 55 BF 12 37 0 5B 19 61 53 29
Octal 125 277 22 67 0 133 31 141 123 51
Binary 1010101 10111111 10010 110111 0 1011011 11001 1100001 1010011 101001

Color Harmonies of #55BF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BF12

Black with #55BF12

Text Example


Text Example

White with #55BF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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