Html Css Color HEX #5ABC4B Apple

📋 copy color: '#5ABC4B'

red 90 ◦ green 188 ◦ blue 75

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

Shades of Apple #5ABC4B

Tints of Apple #5ABC4B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.26%

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

R = 25.5%
G = 53.26%
B = 21.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#5ABC4B (or 0x5ABC4B) is known color: Apple. HEX triplet: 5A, BC and 4B. RGB value is (90,188,75). Sum of RGB (Red+Green+Blue) = 90+188+75=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABC4B is #A543B4. Grayscale: #929292. Windows color (decimal): -10830773 or 4963418. OLE color: 4963418.

HSL color Cylindrical-coordinate representation of color #5ABC4B: hue angle of 112.04º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ABC4B is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 188 75 -
CMYK 0.52 0 0.60 0.26
HSL 112.04º 0.46% 0.52% -
HSV(B) 112.04º 0.6% 0.74% -
XYZ 23.47 38.65 12.88 -
YUV 145.82 88.03 88.19 -
System Red Green Blue C M Y K H S L
Decimal 90 188 75 0.52 0 0.60 0.26 112.04 0.46 0.52
Hex 5A BC 4B 34 0 3C 1A 70 2E 34
Octal 132 274 113 64 0 74 32 160 56 64
Binary 1011010 10111100 1001011 110100 0 111100 11010 1110000 101110 110100

Color Harmonies of #5ABC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABC4B

Black with #5ABC4B

Text Example


Text Example

White with #5ABC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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