Html Css Color HEX #5ABD41 Apple

📋 copy color: '#5ABD41'

red 90 ◦ green 189 ◦ blue 65

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

Shades of Apple #5ABD41

Tints of Apple #5ABD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.9%

R = 26.16%
G = 54.94%
B = 18.9%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#5ABD41 (or 0x5ABD41) is known color: Apple. HEX triplet: 5A, BD and 41. RGB value is (90,189,65). Sum of RGB (Red+Green+Blue) = 90+189+65=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABD41 is #A542BE. Grayscale: #919191. Windows color (decimal): -10830527 or 4308314. OLE color: 4308314.

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

Color convert

RGB 90 189 65 -
CMYK 0.52 0 0.66 0.26
HSL 107.9º 0.49% 0.5% -
HSV(B) 107.9º 0.66% 0.74% -
XYZ 23.37 38.95 11.29 -
YUV 145.26 82.7 88.58 -
System Red Green Blue C M Y K H S L
Decimal 90 189 65 0.52 0 0.66 0.26 107.9 0.49 0.5
Hex 5A BD 41 34 0 42 1A 6C 31 32
Octal 132 275 101 64 0 102 32 154 61 62
Binary 1011010 10111101 1000001 110100 0 1000010 11010 1101100 110001 110010

Color Harmonies of #5ABD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABD41

Black with #5ABD41

Text Example


Text Example

White with #5ABD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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