Html Css Color HEX #5FD33F Apple

📋 copy color: '#5FD33F'

red 95 ◦ green 211 ◦ blue 63

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

Shades of Apple #5FD33F

Tints of Apple #5FD33F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.07%

R = 25.75%
G = 57.18%
B = 17.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#5FD33F (or 0x5FD33F) is known color: Apple. HEX triplet: 5F, D3 and 3F. RGB value is (95,211,63). Sum of RGB (Red+Green+Blue) = 95+211+63=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 211 (82.81% from 255 or 57.18% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 211 - color contains mainly: green. Hex color #5FD33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD33F is #A02CC0. Grayscale: #9F9F9F. Windows color (decimal): -10497217 or 4182879. OLE color: 4182879.

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

Color convert

RGB 95 211 63 -
CMYK 0.55 0 0.70 0.17
HSL 107.03º 0.63% 0.54% -
HSV(B) 107.03º 0.7% 0.83% -
XYZ 28.91 49.38 12.71 -
YUV 159.44 73.57 82.03 -
System Red Green Blue C M Y K H S L
Decimal 95 211 63 0.55 0 0.70 0.17 107.03 0.63 0.54
Hex 5F D3 3F 37 0 46 11 6B 3F 36
Octal 137 323 77 67 0 106 21 153 77 66
Binary 1011111 11010011 111111 110111 0 1000110 10001 1101011 111111 110110

Color Harmonies of #5FD33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD33F

Black with #5FD33F

Text Example


Text Example

White with #5FD33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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