Html Css Color HEX #5FC528 Kelly Green

📋 copy color: '#5FC528'

red 95 ◦ green 197 ◦ blue 40

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

Shades of Kelly Green #5FC528

Tints of Kelly Green #5FC528

RGB

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

 GREEN value IS 197 (77.34% from 255) = 59.34%

 BLUE value IS 40 (16.02% from 255) = 12.05%

R = 28.61%
G = 59.34%
B = 12.05%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#5FC528 (or 0x5FC528) is known color: Kelly Green. HEX triplet: 5F, C5 and 28. RGB value is (95,197,40). Sum of RGB (Red+Green+Blue) = 95+197+40=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 197 (77.34% from 255 or 59.34% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC528 is #A03AD7. Grayscale: #959595. Windows color (decimal): -10500824 or 2671967. OLE color: 2671967.

HSL color Cylindrical-coordinate representation of color #5FC528: hue angle of 98.98º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5FC528 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 95 197 40 -
CMYK 0.52 0 0.80 0.23
HSL 98.98º 0.66% 0.46% -
HSV(B) 98.98º 0.8% 0.77% -
XYZ 25.07 42.52 8.89 -
YUV 148.6 66.71 89.77 -
System Red Green Blue C M Y K H S L
Decimal 95 197 40 0.52 0 0.80 0.23 98.98 0.66 0.46
Hex 5F C5 28 34 0 50 17 63 42 2E
Octal 137 305 50 64 0 120 27 143 102 56
Binary 1011111 11000101 101000 110100 0 1010000 10111 1100011 1000010 101110

Color Harmonies of #5FC528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC528

Black with #5FC528

Text Example


Text Example

White with #5FC528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,197,40); }

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

background-color css

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

 a { background-color: rgb(95,197,40); }

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

border-color css

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

 span { border-color: rgb(95,197,40); }

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