Html Css Color HEX #5FD241 Apple

📋 copy color: '#5FD241'

red 95 ◦ green 210 ◦ blue 65

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

Shades of Apple #5FD241

Tints of Apple #5FD241

RGB

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

 GREEN value IS 210 (82.42% from 255) = 56.76%

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

R = 25.68%
G = 56.76%
B = 17.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#5FD241 (or 0x5FD241) is known color: Apple. HEX triplet: 5F, D2 and 41. RGB value is (95,210,65). Sum of RGB (Red+Green+Blue) = 95+210+65=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 210 (82.42% from 255 or 56.76% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD241 is #A02DBE. Grayscale: #9F9F9F. Windows color (decimal): -10497471 or 4313695. OLE color: 4313695.

HSL color Cylindrical-coordinate representation of color #5FD241: hue angle of 107.59º degrees, saturation: 0.62, 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 #5FD241 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 95 210 65 -
CMYK 0.55 0 0.69 0.18
HSL 107.59º 0.62% 0.54% -
HSV(B) 107.59º 0.69% 0.82% -
XYZ 28.72 48.91 12.93 -
YUV 159.09 74.9 82.29 -
System Red Green Blue C M Y K H S L
Decimal 95 210 65 0.55 0 0.69 0.18 107.59 0.62 0.54
Hex 5F D2 41 37 0 45 12 6C 3E 36
Octal 137 322 101 67 0 105 22 154 76 66
Binary 1011111 11010010 1000001 110111 0 1000101 10010 1101100 111110 110110

Color Harmonies of #5FD241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD241

Black with #5FD241

Text Example


Text Example

White with #5FD241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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