Html Css Color HEX #5ABC30 Apple

📋 copy color: '#5ABC30'

red 90 ◦ green 188 ◦ blue 48

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

Shades of Apple #5ABC30

Tints of Apple #5ABC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.72%

R = 27.61%
G = 57.67%
B = 14.72%

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

#5ABC30 (or 0x5ABC30) is known color: Apple. HEX triplet: 5A, BC and 30. RGB value is (90,188,48). Sum of RGB (Red+Green+Blue) = 90+188+48=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABC30 is #A543CF. Grayscale: #8F8F8F. Windows color (decimal): -10830800 or 3193946. OLE color: 3193946.

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

Color convert

RGB 90 188 48 -
CMYK 0.52 0 0.74 0.26
HSL 102º 0.59% 0.46% -
HSV(B) 102º 0.74% 0.74% -
XYZ 22.73 38.35 9 -
YUV 142.74 74.53 90.38 -
System Red Green Blue C M Y K H S L
Decimal 90 188 48 0.52 0 0.74 0.26 102 0.59 0.46
Hex 5A BC 30 34 0 4A 1A 66 3B 2E
Octal 132 274 60 64 0 112 32 146 73 56
Binary 1011010 10111100 110000 110100 0 1001010 11010 1100110 111011 101110

Color Harmonies of #5ABC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABC30

Black with #5ABC30

Text Example


Text Example

White with #5ABC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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