Html Css Color HEX #5FD348 Apple

📋 copy color: '#5FD348'

red 95 ◦ green 211 ◦ blue 72

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

Shades of Apple #5FD348

Tints of Apple #5FD348

RGB

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

 GREEN value IS 211 (82.81% from 255) = 55.82%

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

R = 25.13%
G = 55.82%
B = 19.05%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#5FD348 (or 0x5FD348) is known color: Apple. HEX triplet: 5F, D3 and 48. RGB value is (95,211,72). Sum of RGB (Red+Green+Blue) = 95+211+72=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 211 (82.81% from 255 or 55.82% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 211 - color contains mainly: green. Hex color #5FD348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD348 is #A02CB7. Grayscale: #A0A0A0. Windows color (decimal): -10497208 or 4772703. OLE color: 4772703.

HSL color Cylindrical-coordinate representation of color #5FD348: hue angle of 110.07º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5FD348 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 95 211 72 -
CMYK 0.55 0 0.66 0.17
HSL 110.07º 0.61% 0.55% -
HSV(B) 110.07º 0.66% 0.83% -
XYZ 29.18 49.49 14.15 -
YUV 160.47 78.07 81.3 -
System Red Green Blue C M Y K H S L
Decimal 95 211 72 0.55 0 0.66 0.17 110.07 0.61 0.55
Hex 5F D3 48 37 0 42 11 6E 3D 37
Octal 137 323 110 67 0 102 21 156 75 67
Binary 1011111 11010011 1001000 110111 0 1000010 10001 1101110 111101 110111

Color Harmonies of #5FD348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD348

Black with #5FD348

Text Example


Text Example

White with #5FD348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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