Html Css Color HEX #5ACF47 Apple

📋 copy color: '#5ACF47'

red 90 ◦ green 207 ◦ blue 71

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

Shades of Apple #5ACF47

Tints of Apple #5ACF47

RGB

 RED value IS 90 (35.55% from 255) = 24.46%

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

 BLUE value IS 71 (28.13% from 255) = 19.29%

R = 24.46%
G = 56.25%
B = 19.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#5ACF47 (or 0x5ACF47) is known color: Apple. HEX triplet: 5A, CF and 47. RGB value is (90,207,71). Sum of RGB (Red+Green+Blue) = 90+207+71=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 207 (81.25% from 255 or 56.25% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACF47 is #A530B8. Grayscale: #9C9C9C. Windows color (decimal): -10825913 or 4706138. OLE color: 4706138.

HSL color Cylindrical-coordinate representation of color #5ACF47: hue angle of 111.62º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5ACF47 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 207 71 -
CMYK 0.57 0 0.66 0.19
HSL 111.62º 0.59% 0.55% -
HSV(B) 111.62º 0.66% 0.81% -
XYZ 27.67 47.25 13.62 -
YUV 156.51 79.74 80.56 -
System Red Green Blue C M Y K H S L
Decimal 90 207 71 0.57 0 0.66 0.19 111.62 0.59 0.55
Hex 5A CF 47 39 0 42 13 70 3B 37
Octal 132 317 107 71 0 102 23 160 73 67
Binary 1011010 11001111 1000111 111001 0 1000010 10011 1110000 111011 110111

Color Harmonies of #5ACF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACF47

Black with #5ACF47

Text Example


Text Example

White with #5ACF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,207,71); }

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

background-color css

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

 a { background-color: rgb(90,207,71); }

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

border-color css

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

 span { border-color: rgb(90,207,71); }

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