Html Css Color HEX #5FD525 Kelly Green

📋 copy color: '#5FD525'

red 95 ◦ green 213 ◦ blue 37

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

Shades of Kelly Green #5FD525

Tints of Kelly Green #5FD525

RGB

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

 GREEN value IS 213 (83.59% from 255) = 61.74%

 BLUE value IS 37 (14.84% from 255) = 10.72%

R = 27.54%
G = 61.74%
B = 10.72%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#5FD525 (or 0x5FD525) is known color: Kelly Green. HEX triplet: 5F, D5 and 25. RGB value is (95,213,37). Sum of RGB (Red+Green+Blue) = 95+213+37=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD525 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD525 is #A02ADA. Grayscale: #9E9E9E. Windows color (decimal): -10496731 or 2479455. OLE color: 2479455.

HSL color Cylindrical-coordinate representation of color #5FD525: hue angle of 100.23º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5FD525 is Cyan = 0.55, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 95 213 37 -
CMYK 0.55 0 0.83 0.16
HSL 100.23º 0.7% 0.49% -
HSV(B) 100.23º 0.83% 0.84% -
XYZ 28.85 50.15 9.91 -
YUV 157.65 59.91 83.31 -
System Red Green Blue C M Y K H S L
Decimal 95 213 37 0.55 0 0.83 0.16 100.23 0.7 0.49
Hex 5F D5 25 37 0 53 10 64 46 31
Octal 137 325 45 67 0 123 20 144 106 61
Binary 1011111 11010101 100101 110111 0 1010011 10000 1100100 1000110 110001

Color Harmonies of #5FD525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD525

Black with #5FD525

Text Example


Text Example

White with #5FD525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,213,37); }

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

background-color css

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

 a { background-color: rgb(95,213,37); }

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

border-color css

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

 span { border-color: rgb(95,213,37); }

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