Html Css Color HEX #5ABC3D Apple

📋 copy color: '#5ABC3D'

red 90 ◦ green 188 ◦ blue 61

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

Shades of Apple #5ABC3D

Tints of Apple #5ABC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 26.55%
G = 55.46%
B = 17.99%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#5ABC3D (or 0x5ABC3D) is known color: Apple. HEX triplet: 5A, BC and 3D. RGB value is (90,188,61). Sum of RGB (Red+Green+Blue) = 90+188+61=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABC3D is #A543C2. Grayscale: #909090. Windows color (decimal): -10830787 or 4045914. OLE color: 4045914.

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

Color convert

RGB 90 188 61 -
CMYK 0.52 0 0.68 0.26
HSL 106.3º 0.51% 0.49% -
HSV(B) 106.3º 0.68% 0.74% -
XYZ 23.04 38.48 10.63 -
YUV 144.22 81.03 89.33 -
System Red Green Blue C M Y K H S L
Decimal 90 188 61 0.52 0 0.68 0.26 106.3 0.51 0.49
Hex 5A BC 3D 34 0 44 1A 6A 33 31
Octal 132 274 75 64 0 104 32 152 63 61
Binary 1011010 10111100 111101 110100 0 1000100 11010 1101010 110011 110001

Color Harmonies of #5ABC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABC3D

Black with #5ABC3D

Text Example


Text Example

White with #5ABC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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