Html Css Color HEX #5ACF4F Apple

📋 copy color: '#5ACF4F'

red 90 ◦ green 207 ◦ blue 79

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

Shades of Apple #5ACF4F

Tints of Apple #5ACF4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.01%

R = 23.94%
G = 55.05%
B = 21.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#5ACF4F (or 0x5ACF4F) is known color: Apple. HEX triplet: 5A, CF and 4F. RGB value is (90,207,79). Sum of RGB (Red+Green+Blue) = 90+207+79=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 207 (81.25% from 255 or 55.05% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACF4F is #A530B0. Grayscale: #9D9D9D. Windows color (decimal): -10825905 or 5230426. OLE color: 5230426.

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

Color convert

RGB 90 207 79 -
CMYK 0.57 0 0.62 0.19
HSL 114.84º 0.57% 0.56% -
HSV(B) 114.84º 0.62% 0.81% -
XYZ 27.94 47.36 15.07 -
YUV 157.43 83.74 79.91 -
System Red Green Blue C M Y K H S L
Decimal 90 207 79 0.57 0 0.62 0.19 114.84 0.57 0.56
Hex 5A CF 4F 39 0 3E 13 73 39 38
Octal 132 317 117 71 0 76 23 163 71 70
Binary 1011010 11001111 1001111 111001 0 111110 10011 1110011 111001 111000

Color Harmonies of #5ACF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACF4F

Black with #5ACF4F

Text Example


Text Example

White with #5ACF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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