Html Css Color HEX #5AD235 Apple

📋 copy color: '#5AD235'

red 90 ◦ green 210 ◦ blue 53

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

Shades of Apple #5AD235

Tints of Apple #5AD235

RGB

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

 GREEN value IS 210 (82.42% from 255) = 59.49%

 BLUE value IS 53 (21.09% from 255) = 15.01%

R = 25.5%
G = 59.49%
B = 15.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#5AD235 (or 0x5AD235) is known color: Apple. HEX triplet: 5A, D2 and 35. RGB value is (90,210,53). Sum of RGB (Red+Green+Blue) = 90+210+53=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 210 (82.42% from 255 or 59.49% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD235 is #A52DCA. Grayscale: #9C9C9C. Windows color (decimal): -10825163 or 3527258. OLE color: 3527258.

HSL color Cylindrical-coordinate representation of color #5AD235: hue angle of 105.86º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5AD235 is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 210 53 -
CMYK 0.57 0 0.75 0.18
HSL 105.86º 0.64% 0.52% -
HSV(B) 105.86º 0.75% 0.82% -
XYZ 27.91 48.52 11.26 -
YUV 156.22 69.74 80.77 -
System Red Green Blue C M Y K H S L
Decimal 90 210 53 0.57 0 0.75 0.18 105.86 0.64 0.52
Hex 5A D2 35 39 0 4B 12 6A 40 34
Octal 132 322 65 71 0 113 22 152 100 64
Binary 1011010 11010010 110101 111001 0 1001011 10010 1101010 1000000 110100

Color Harmonies of #5AD235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD235

Black with #5AD235

Text Example


Text Example

White with #5AD235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,210,53); }

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

background-color css

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

 a { background-color: rgb(90,210,53); }

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

border-color css

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

 span { border-color: rgb(90,210,53); }

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