Html Css Color HEX #5AD034 Apple

📋 copy color: '#5AD034'

red 90 ◦ green 208 ◦ blue 52

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

Shades of Apple #5AD034

Tints of Apple #5AD034

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.43%

 BLUE value IS 52 (20.7% from 255) = 14.86%

R = 25.71%
G = 59.43%
B = 14.86%

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

#5AD034 (or 0x5AD034) is known color: Apple. HEX triplet: 5A, D0 and 34. RGB value is (90,208,52). Sum of RGB (Red+Green+Blue) = 90+208+52=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 208 (81.64% from 255 or 59.43% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD034 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD034 is #A52FCB. Grayscale: #9B9B9B. Windows color (decimal): -10825676 or 3461210. OLE color: 3461210.

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

Color convert

RGB 90 208 52 -
CMYK 0.57 0 0.75 0.18
HSL 105.38º 0.62% 0.51% -
HSV(B) 105.38º 0.75% 0.82% -
XYZ 27.39 47.53 10.98 -
YUV 154.93 69.91 81.68 -
System Red Green Blue C M Y K H S L
Decimal 90 208 52 0.57 0 0.75 0.18 105.38 0.62 0.51
Hex 5A D0 34 39 0 4B 12 69 3E 33
Octal 132 320 64 71 0 113 22 151 76 63
Binary 1011010 11010000 110100 111001 0 1001011 10010 1101001 111110 110011

Color Harmonies of #5AD034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD034

Black with #5AD034

Text Example


Text Example

White with #5AD034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,208,52); }

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

background-color css

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

 a { background-color: rgb(90,208,52); }

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

border-color css

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

 span { border-color: rgb(90,208,52); }

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