Html Css Color HEX #5FBC0F Kelly Green

📋 copy color: '#5FBC0F'

red 95 ◦ green 188 ◦ blue 15

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

Shades of Kelly Green #5FBC0F

Tints of Kelly Green #5FBC0F

RGB

 RED value IS 95 (37.5% from 255) = 31.88%

 GREEN value IS 188 (73.83% from 255) = 63.09%

 BLUE value IS 15 (6.25% from 255) = 5.03%

R = 31.88%
G = 63.09%
B = 5.03%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#5FBC0F (or 0x5FBC0F) is known color: Kelly Green. HEX triplet: 5F, BC and 0F. RGB value is (95,188,15). Sum of RGB (Red+Green+Blue) = 95+188+15=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FBC0F is #A043F0. Grayscale: #8D8D8D. Windows color (decimal): -10503153 or 1031263. OLE color: 1031263.

HSL color Cylindrical-coordinate representation of color #5FBC0F: hue angle of 92.25º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5FBC0F is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 188 15 -
CMYK 0.49 0 0.92 0.26
HSL 92.25º 0.85% 0.4% -
HSV(B) 92.25º 0.92% 0.74% -
XYZ 22.79 38.43 6.67 -
YUV 140.47 57.19 95.57 -
System Red Green Blue C M Y K H S L
Decimal 95 188 15 0.49 0 0.92 0.26 92.25 0.85 0.4
Hex 5F BC F 31 0 5C 1A 5C 55 28
Octal 137 274 17 61 0 134 32 134 125 50
Binary 1011111 10111100 1111 110001 0 1011100 11010 1011100 1010101 101000

Color Harmonies of #5FBC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBC0F

Black with #5FBC0F

Text Example


Text Example

White with #5FBC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FBC0F; }

 p { color: rgb(95,188,15); }

 H1.HeaderClassName
 {
   color: #5FBC0F;
 }
 .AnyTagClassName
 {
   color: #5FBC0F;
 }
</style>

background-color css

<style>
 a { background-color: #5FBC0F; }

 a { background-color: rgb(95,188,15); }

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

border-color css

<style>
 span { border-color: #5FBC0F; }

 span { border-color: rgb(95,188,15); }

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