Html Css Color HEX #5FD041 Apple

📋 copy color: '#5FD041'

red 95 ◦ green 208 ◦ blue 65

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

Shades of Apple #5FD041

Tints of Apple #5FD041

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.52%

 BLUE value IS 65 (25.78% from 255) = 17.66%

R = 25.82%
G = 56.52%
B = 17.66%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#5FD041 (or 0x5FD041) is known color: Apple. HEX triplet: 5F, D0 and 41. RGB value is (95,208,65). Sum of RGB (Red+Green+Blue) = 95+208+65=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD041 is #A02FBE. Grayscale: #9E9E9E. Windows color (decimal): -10497983 or 4313183. OLE color: 4313183.

HSL color Cylindrical-coordinate representation of color #5FD041: hue angle of 107.41º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5FD041 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 95 208 65 -
CMYK 0.54 0 0.69 0.18
HSL 107.41º 0.6% 0.54% -
HSV(B) 107.41º 0.69% 0.82% -
XYZ 28.23 47.93 12.76 -
YUV 157.91 75.56 83.13 -
System Red Green Blue C M Y K H S L
Decimal 95 208 65 0.54 0 0.69 0.18 107.41 0.6 0.54
Hex 5F D0 41 36 0 45 12 6B 3C 36
Octal 137 320 101 66 0 105 22 153 74 66
Binary 1011111 11010000 1000001 110110 0 1000101 10010 1101011 111100 110110

Color Harmonies of #5FD041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD041

Black with #5FD041

Text Example


Text Example

White with #5FD041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,208,65); }

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

background-color css

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

 a { background-color: rgb(95,208,65); }

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

border-color css

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

 span { border-color: rgb(95,208,65); }

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