Html Css Color HEX #5FCF40 Apple

📋 copy color: '#5FCF40'

red 95 ◦ green 207 ◦ blue 64

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

Shades of Apple #5FCF40

Tints of Apple #5FCF40

RGB

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

 GREEN value IS 207 (81.25% from 255) = 56.56%

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

R = 25.96%
G = 56.56%
B = 17.49%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#5FCF40 (or 0x5FCF40) is known color: Apple. HEX triplet: 5F, CF and 40. RGB value is (95,207,64). Sum of RGB (Red+Green+Blue) = 95+207+64=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCF40 is #A030BF. Grayscale: #9D9D9D. Windows color (decimal): -10498240 or 4247391. OLE color: 4247391.

HSL color Cylindrical-coordinate representation of color #5FCF40: hue angle of 106.99º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5FCF40 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 207 64 -
CMYK 0.54 0 0.69 0.19
HSL 106.99º 0.6% 0.53% -
HSV(B) 106.99º 0.69% 0.81% -
XYZ 27.96 47.43 12.53 -
YUV 157.21 75.39 83.63 -
System Red Green Blue C M Y K H S L
Decimal 95 207 64 0.54 0 0.69 0.19 106.99 0.6 0.53
Hex 5F CF 40 36 0 45 13 6B 3C 35
Octal 137 317 100 66 0 105 23 153 74 65
Binary 1011111 11001111 1000000 110110 0 1000101 10011 1101011 111100 110101

Color Harmonies of #5FCF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCF40

Black with #5FCF40

Text Example


Text Example

White with #5FCF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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