Html Css Color HEX #5DC035 Apple

📋 copy color: '#5DC035'

red 93 ◦ green 192 ◦ blue 53

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

Shades of Apple #5DC035

Tints of Apple #5DC035

RGB

 RED value IS 93 (36.72% from 255) = 27.51%

 GREEN value IS 192 (75.39% from 255) = 56.8%

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

R = 27.51%
G = 56.8%
B = 15.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#5DC035 (or 0x5DC035) is known color: Apple. HEX triplet: 5D, C0 and 35. RGB value is (93,192,53). Sum of RGB (Red+Green+Blue) = 93+192+53=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC035 is #A23FCA. Grayscale: #939393. Windows color (decimal): -10633163 or 3522653. OLE color: 3522653.

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

Color convert

RGB 93 192 53 -
CMYK 0.52 0 0.72 0.25
HSL 102.73º 0.57% 0.48% -
HSV(B) 102.73º 0.72% 0.75% -
XYZ 24.01 40.28 9.88 -
YUV 146.55 75.2 89.8 -
System Red Green Blue C M Y K H S L
Decimal 93 192 53 0.52 0 0.72 0.25 102.73 0.57 0.48
Hex 5D C0 35 34 0 48 19 67 39 30
Octal 135 300 65 64 0 110 31 147 71 60
Binary 1011101 11000000 110101 110100 0 1001000 11001 1100111 111001 110000

Color Harmonies of #5DC035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC035

Black with #5DC035

Text Example


Text Example

White with #5DC035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,192,53); }

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

background-color css

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

 a { background-color: rgb(93,192,53); }

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

border-color css

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

 span { border-color: rgb(93,192,53); }

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