Html Css Color HEX #5FC601 Kelly Green

📋 copy color: '#5FC601'

red 95 ◦ green 198 ◦ blue 1

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

Shades of Kelly Green #5FC601

Tints of Kelly Green #5FC601

RGB

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

 GREEN value IS 198 (77.73% from 255) = 67.35%

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

R = 32.31%
G = 67.35%
B = 0.34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#5FC601 (or 0x5FC601) is known color: Kelly Green. HEX triplet: 5F, C6 and 01. RGB value is (95,198,1). Sum of RGB (Red+Green+Blue) = 95+198+1=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 198 (77.73% from 255 or 67.35% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 198 - color contains mainly: green. Hex color #5FC601 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC601 is #A039FE. Grayscale: #919191. Windows color (decimal): -10500607 or 116319. OLE color: 116319.

HSL color Cylindrical-coordinate representation of color #5FC601: hue angle of 91.37º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FC601 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 95 198 1 -
CMYK 0.52 0 0.99 0.22
HSL 91.37º 0.99% 0.39% -
HSV(B) 91.37º 0.99% 0.78% -
XYZ 24.92 42.82 6.98 -
YUV 144.75 46.88 92.52 -
System Red Green Blue C M Y K H S L
Decimal 95 198 1 0.52 0 0.99 0.22 91.37 0.99 0.39
Hex 5F C6 1 34 0 63 16 5B 63 27
Octal 137 306 1 64 0 143 26 133 143 47
Binary 1011111 11000110 1 110100 0 1100011 10110 1011011 1100011 100111

Color Harmonies of #5FC601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC601

Black with #5FC601

Text Example


Text Example

White with #5FC601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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