Html Css Color HEX #5FB300 Kelly Green

📋 copy color: '#5FB300'

red 95 ◦ green 179 ◦ blue 0

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

Shades of Kelly Green #5FB300

Tints of Kelly Green #5FB300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 65.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 34.67%
G = 65.33%
B = 0%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#5FB300 (or 0x5FB300) is known color: Kelly Green. HEX triplet: 5F, B3 and 00. RGB value is (95,179,0). Sum of RGB (Red+Green+Blue) = 95+179+0=274 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.67% from 274); Green value is 179 (70.31% from 255 or 65.33% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB300 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FB300 is #A04CFF. Grayscale: #868686. Windows color (decimal): -10505472 or 45919. OLE color: 45919.

HSL color Cylindrical-coordinate representation of color #5FB300: hue angle of 88.16º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FB300 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 95 179 0 -
CMYK 0.47 0 1 0.30
HSL 88.16º 1% 0.35% -
HSV(B) 88.16º 1% 0.7% -
XYZ 20.84 34.67 5.59 -
YUV 133.48 52.67 100.55 -
System Red Green Blue C M Y K H S L
Decimal 95 179 0 0.47 0 1 0.30 88.16 1 0.35
Hex 5F B3 0 2F 0 64 1E 58 64 23
Octal 137 263 0 57 0 144 36 130 144 43
Binary 1011111 10110011 0 101111 0 1100100 11110 1011000 1100100 100011

Color Harmonies of #5FB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB300

Black with #5FB300

Text Example


Text Example

White with #5FB300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,179,0); }

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

background-color css

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

 a { background-color: rgb(95,179,0); }

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

border-color css

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

 span { border-color: rgb(95,179,0); }

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