Html Css Color HEX #5FC740 Apple

📋 copy color: '#5FC740'

red 95 ◦ green 199 ◦ blue 64

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

Shades of Apple #5FC740

Tints of Apple #5FC740

RGB

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

 GREEN value IS 199 (78.13% from 255) = 55.59%

 BLUE value IS 64 (25.39% from 255) = 17.88%

R = 26.54%
G = 55.59%
B = 17.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#5FC740 (or 0x5FC740) is known color: Apple. HEX triplet: 5F, C7 and 40. RGB value is (95,199,64). Sum of RGB (Red+Green+Blue) = 95+199+64=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 199 (78.12% from 255 or 55.59% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 199 - color contains mainly: green. Hex color #5FC740 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC740 is #A038BF. Grayscale: #989898. Windows color (decimal): -10500288 or 4245343. OLE color: 4245343.

HSL color Cylindrical-coordinate representation of color #5FC740: hue angle of 106.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5FC740 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 95 199 64 -
CMYK 0.52 0 0.68 0.22
HSL 106.22º 0.55% 0.52% -
HSV(B) 106.22º 0.68% 0.78% -
XYZ 26.07 43.65 11.9 -
YUV 152.51 78.04 86.98 -
System Red Green Blue C M Y K H S L
Decimal 95 199 64 0.52 0 0.68 0.22 106.22 0.55 0.52
Hex 5F C7 40 34 0 44 16 6A 37 34
Octal 137 307 100 64 0 104 26 152 67 64
Binary 1011111 11000111 1000000 110100 0 1000100 10110 1101010 110111 110100

Color Harmonies of #5FC740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC740

Black with #5FC740

Text Example


Text Example

White with #5FC740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,199,64); }

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

background-color css

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

 a { background-color: rgb(95,199,64); }

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

border-color css

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

 span { border-color: rgb(95,199,64); }

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