Html Css Color HEX #5FBF40 Apple

📋 copy color: '#5FBF40'

red 95 ◦ green 191 ◦ blue 64

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

Shades of Apple #5FBF40

Tints of Apple #5FBF40

RGB

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

 GREEN value IS 191 (75% from 255) = 54.57%

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

R = 27.14%
G = 54.57%
B = 18.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#5FBF40 (or 0x5FBF40) is known color: Apple. HEX triplet: 5F, BF and 40. RGB value is (95,191,64). Sum of RGB (Red+Green+Blue) = 95+191+64=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBF40 is #A040BF. Grayscale: #949494. Windows color (decimal): -10502336 or 4243295. OLE color: 4243295.

HSL color Cylindrical-coordinate representation of color #5FBF40: hue angle of 105.35º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5FBF40 is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 191 64 -
CMYK 0.50 0 0.66 0.25
HSL 105.35º 0.5% 0.5% -
HSV(B) 105.35º 0.66% 0.75% -
XYZ 24.28 40.06 11.3 -
YUV 147.82 80.7 90.33 -
System Red Green Blue C M Y K H S L
Decimal 95 191 64 0.50 0 0.66 0.25 105.35 0.5 0.5
Hex 5F BF 40 32 0 42 19 69 32 32
Octal 137 277 100 62 0 102 31 151 62 62
Binary 1011111 10111111 1000000 110010 0 1000010 11001 1101001 110010 110010

Color Harmonies of #5FBF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBF40

Black with #5FBF40

Text Example


Text Example

White with #5FBF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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