Html Css Color HEX #5FD648 Apple

📋 copy color: '#5FD648'

red 95 ◦ green 214 ◦ blue 72

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

Shades of Apple #5FD648

Tints of Apple #5FD648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.17%

 BLUE value IS 72 (28.52% from 255) = 18.9%

R = 24.93%
G = 56.17%
B = 18.9%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#5FD648 (or 0x5FD648) is known color: Apple. HEX triplet: 5F, D6 and 48. RGB value is (95,214,72). Sum of RGB (Red+Green+Blue) = 95+214+72=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 214 (83.98% from 255 or 56.17% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD648 is #A029B7. Grayscale: #A2A2A2. Windows color (decimal): -10496440 or 4773471. OLE color: 4773471.

HSL color Cylindrical-coordinate representation of color #5FD648: hue angle of 110.28º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5FD648 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 95 214 72 -
CMYK 0.56 0 0.66 0.16
HSL 110.28º 0.63% 0.56% -
HSV(B) 110.28º 0.66% 0.84% -
XYZ 29.94 50.99 14.4 -
YUV 162.23 77.08 80.05 -
System Red Green Blue C M Y K H S L
Decimal 95 214 72 0.56 0 0.66 0.16 110.28 0.63 0.56
Hex 5F D6 48 38 0 42 10 6E 3F 38
Octal 137 326 110 70 0 102 20 156 77 70
Binary 1011111 11010110 1001000 111000 0 1000010 10000 1101110 111111 111000

Color Harmonies of #5FD648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD648

Black with #5FD648

Text Example


Text Example

White with #5FD648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,214,72); }

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

background-color css

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

 a { background-color: rgb(95,214,72); }

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

border-color css

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

 span { border-color: rgb(95,214,72); }

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