Html Css Color HEX #5FD940 Apple

📋 copy color: '#5FD940'

red 95 ◦ green 217 ◦ blue 64

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

Shades of Apple #5FD940

Tints of Apple #5FD940

RGB

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

 GREEN value IS 217 (85.16% from 255) = 57.71%

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 25.27%
G = 57.71%
B = 17.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#5FD940 (or 0x5FD940) is known color: Apple. HEX triplet: 5F, D9 and 40. RGB value is (95,217,64). Sum of RGB (Red+Green+Blue) = 95+217+64=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 217 (85.16% from 255 or 57.71% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD940 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD940 is #A026BF. Grayscale: #A3A3A3. Windows color (decimal): -10495680 or 4249951. OLE color: 4249951.

HSL color Cylindrical-coordinate representation of color #5FD940: hue angle of 107.84º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5FD940 is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 95 217 64 -
CMYK 0.56 0 0.71 0.15
HSL 107.84º 0.67% 0.55% -
HSV(B) 107.84º 0.71% 0.85% -
XYZ 30.46 52.43 13.36 -
YUV 163.08 72.08 79.44 -
System Red Green Blue C M Y K H S L
Decimal 95 217 64 0.56 0 0.71 0.15 107.84 0.67 0.55
Hex 5F D9 40 38 0 47 F 6C 43 37
Octal 137 331 100 70 0 107 17 154 103 67
Binary 1011111 11011001 1000000 111000 0 1000111 1111 1101100 1000011 110111

Color Harmonies of #5FD940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD940

Black with #5FD940

Text Example


Text Example

White with #5FD940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,217,64); }

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

background-color css

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

 a { background-color: rgb(95,217,64); }

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

border-color css

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

 span { border-color: rgb(95,217,64); }

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