Html Css Color HEX #5ABD31 Apple

📋 copy color: '#5ABD31'

red 90 ◦ green 189 ◦ blue 49

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

Shades of Apple #5ABD31

Tints of Apple #5ABD31

RGB

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

 GREEN value IS 189 (74.22% from 255) = 57.62%

 BLUE value IS 49 (19.53% from 255) = 14.94%

R = 27.44%
G = 57.62%
B = 14.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#5ABD31 (or 0x5ABD31) is known color: Apple. HEX triplet: 5A, BD and 31. RGB value is (90,189,49). Sum of RGB (Red+Green+Blue) = 90+189+49=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 189 (74.22% from 255 or 57.62% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABD31 is #A542CE. Grayscale: #8F8F8F. Windows color (decimal): -10830543 or 3259738. OLE color: 3259738.

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

Color convert

RGB 90 189 49 -
CMYK 0.52 0 0.74 0.26
HSL 102.43º 0.59% 0.47% -
HSV(B) 102.43º 0.74% 0.74% -
XYZ 22.97 38.79 9.18 -
YUV 143.44 74.7 89.88 -
System Red Green Blue C M Y K H S L
Decimal 90 189 49 0.52 0 0.74 0.26 102.43 0.59 0.47
Hex 5A BD 31 34 0 4A 1A 66 3B 2F
Octal 132 275 61 64 0 112 32 146 73 57
Binary 1011010 10111101 110001 110100 0 1001010 11010 1100110 111011 101111

Color Harmonies of #5ABD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABD31

Black with #5ABD31

Text Example


Text Example

White with #5ABD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,189,49); }

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

background-color css

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

 a { background-color: rgb(90,189,49); }

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

border-color css

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

 span { border-color: rgb(90,189,49); }

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