Html Css Color HEX #5FB401 Kelly Green

📋 copy color: '#5FB401'

red 95 ◦ green 180 ◦ blue 1

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

Shades of Kelly Green #5FB401

Tints of Kelly Green #5FB401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 65.22%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 34.42%
G = 65.22%
B = 0.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#5FB401 (or 0x5FB401) is known color: Kelly Green. HEX triplet: 5F, B4 and 01. RGB value is (95,180,1). Sum of RGB (Red+Green+Blue) = 95+180+1=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 180 (70.70% from 255 or 65.22% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FB401 is #A04BFE. Grayscale: #868686. Windows color (decimal): -10505215 or 111711. OLE color: 111711.

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

Color convert

RGB 95 180 1 -
CMYK 0.47 0 0.99 0.29
HSL 88.49º 0.99% 0.35% -
HSV(B) 88.49º 0.99% 0.71% -
XYZ 21.05 35.08 5.69 -
YUV 134.18 52.84 100.05 -
System Red Green Blue C M Y K H S L
Decimal 95 180 1 0.47 0 0.99 0.29 88.49 0.99 0.35
Hex 5F B4 1 2F 0 63 1D 58 63 23
Octal 137 264 1 57 0 143 35 130 143 43
Binary 1011111 10110100 1 101111 0 1100011 11101 1011000 1100011 100011

Color Harmonies of #5FB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB401

Black with #5FB401

Text Example


Text Example

White with #5FB401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,180,1); }

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

background-color css

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

 a { background-color: rgb(95,180,1); }

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

border-color css

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

 span { border-color: rgb(95,180,1); }

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