Html Css Color HEX #5ACF4B Apple

📋 copy color: '#5ACF4B'

red 90 ◦ green 207 ◦ blue 75

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

Shades of Apple #5ACF4B

Tints of Apple #5ACF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.16%

R = 24.19%
G = 55.65%
B = 20.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#5ACF4B (or 0x5ACF4B) is known color: Apple. HEX triplet: 5A, CF and 4B. RGB value is (90,207,75). Sum of RGB (Red+Green+Blue) = 90+207+75=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 207 (81.25% from 255 or 55.65% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACF4B is #A530B4. Grayscale: #9D9D9D. Windows color (decimal): -10825909 or 4968282. OLE color: 4968282.

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

Color convert

RGB 90 207 75 -
CMYK 0.57 0 0.64 0.19
HSL 113.18º 0.58% 0.55% -
HSV(B) 113.18º 0.64% 0.81% -
XYZ 27.8 47.31 14.32 -
YUV 156.97 81.74 80.23 -
System Red Green Blue C M Y K H S L
Decimal 90 207 75 0.57 0 0.64 0.19 113.18 0.58 0.55
Hex 5A CF 4B 39 0 40 13 71 3A 37
Octal 132 317 113 71 0 100 23 161 72 67
Binary 1011010 11001111 1001011 111001 0 1000000 10011 1110001 111010 110111

Color Harmonies of #5ACF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACF4B

Black with #5ACF4B

Text Example


Text Example

White with #5ACF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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