Html Css Color HEX #5ACF3F Apple

📋 copy color: '#5ACF3F'

red 90 ◦ green 207 ◦ blue 63

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

Shades of Apple #5ACF3F

Tints of Apple #5ACF3F

RGB

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

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

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

R = 25%
G = 57.5%
B = 17.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#5ACF3F (or 0x5ACF3F) is known color: Apple. HEX triplet: 5A, CF and 3F. RGB value is (90,207,63). Sum of RGB (Red+Green+Blue) = 90+207+63=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 207 (81.25% from 255 or 57.5% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACF3F is #A530C0. Grayscale: #9C9C9C. Windows color (decimal): -10825921 or 4181850. OLE color: 4181850.

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

Color convert

RGB 90 207 63 -
CMYK 0.57 0 0.70 0.19
HSL 108.75º 0.6% 0.53% -
HSV(B) 108.75º 0.7% 0.81% -
XYZ 27.43 47.16 12.36 -
YUV 155.6 75.74 81.21 -
System Red Green Blue C M Y K H S L
Decimal 90 207 63 0.57 0 0.70 0.19 108.75 0.6 0.53
Hex 5A CF 3F 39 0 46 13 6D 3C 35
Octal 132 317 77 71 0 106 23 155 74 65
Binary 1011010 11001111 111111 111001 0 1000110 10011 1101101 111100 110101

Color Harmonies of #5ACF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACF3F

Black with #5ACF3F

Text Example


Text Example

White with #5ACF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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