Html Css Color HEX #5FDC30 Kelly Green

📋 copy color: '#5FDC30'

red 95 ◦ green 220 ◦ blue 48

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

Shades of Kelly Green #5FDC30

Tints of Kelly Green #5FDC30

RGB

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

 GREEN value IS 220 (86.33% from 255) = 60.61%

 BLUE value IS 48 (19.14% from 255) = 13.22%

R = 26.17%
G = 60.61%
B = 13.22%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#5FDC30 (or 0x5FDC30) is known color: Kelly Green. HEX triplet: 5F, DC and 30. RGB value is (95,220,48). Sum of RGB (Red+Green+Blue) = 95+220+48=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 220 (86.33% from 255 or 60.61% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDC30 is #A023CF. Grayscale: #A3A3A3. Windows color (decimal): -10494928 or 3202143. OLE color: 3202143.

HSL color Cylindrical-coordinate representation of color #5FDC30: hue angle of 103.6º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FDC30 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 220 48 -
CMYK 0.57 0 0.78 0.14
HSL 103.6º 0.71% 0.53% -
HSV(B) 103.6º 0.78% 0.86% -
XYZ 30.85 53.83 11.56 -
YUV 163.02 63.09 79.49 -
System Red Green Blue C M Y K H S L
Decimal 95 220 48 0.57 0 0.78 0.14 103.6 0.71 0.53
Hex 5F DC 30 39 0 4E E 68 47 35
Octal 137 334 60 71 0 116 16 150 107 65
Binary 1011111 11011100 110000 111001 0 1001110 1110 1101000 1000111 110101

Color Harmonies of #5FDC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDC30

Black with #5FDC30

Text Example


Text Example

White with #5FDC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,220,48); }

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

background-color css

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

 a { background-color: rgb(95,220,48); }

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

border-color css

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

 span { border-color: rgb(95,220,48); }

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