Html Css Color HEX #5ABF41 Apple

📋 copy color: '#5ABF41'

red 90 ◦ green 191 ◦ blue 65

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

Shades of Apple #5ABF41

Tints of Apple #5ABF41

RGB

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

 GREEN value IS 191 (75% from 255) = 55.2%

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

R = 26.01%
G = 55.2%
B = 18.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#5ABF41 (or 0x5ABF41) is known color: Apple. HEX triplet: 5A, BF and 41. RGB value is (90,191,65). Sum of RGB (Red+Green+Blue) = 90+191+65=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABF41 is #A540BE. Grayscale: #929292. Windows color (decimal): -10830015 or 4308826. OLE color: 4308826.

HSL color Cylindrical-coordinate representation of color #5ABF41: hue angle of 108.1º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5ABF41 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 191 65 -
CMYK 0.53 0 0.66 0.25
HSL 108.1º 0.5% 0.5% -
HSV(B) 108.1º 0.66% 0.75% -
XYZ 23.8 39.82 11.43 -
YUV 146.44 82.04 87.75 -
System Red Green Blue C M Y K H S L
Decimal 90 191 65 0.53 0 0.66 0.25 108.1 0.5 0.5
Hex 5A BF 41 35 0 42 19 6C 32 32
Octal 132 277 101 65 0 102 31 154 62 62
Binary 1011010 10111111 1000001 110101 0 1000010 11001 1101100 110010 110010

Color Harmonies of #5ABF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABF41

Black with #5ABF41

Text Example


Text Example

White with #5ABF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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