Html Css Color HEX #5DE235 Apple

📋 copy color: '#5DE235'

red 93 ◦ green 226 ◦ blue 53

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

Shades of Apple #5DE235

Tints of Apple #5DE235

RGB

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

 GREEN value IS 226 (88.67% from 255) = 60.75%

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

R = 25%
G = 60.75%
B = 14.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#5DE235 (or 0x5DE235) is known color: Apple. HEX triplet: 5D, E2 and 35. RGB value is (93,226,53). Sum of RGB (Red+Green+Blue) = 93+226+53=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 226 (88.67% from 255 or 60.75% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 226 - color contains mainly: green. Hex color #5DE235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DE235 is #A21DCA. Grayscale: #A7A7A7. Windows color (decimal): -10624459 or 3531357. OLE color: 3531357.

HSL color Cylindrical-coordinate representation of color #5DE235: hue angle of 106.13º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DE235 is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 93 226 53 -
CMYK 0.59 0 0.77 0.11
HSL 106.13º 0.75% 0.55% -
HSV(B) 106.13º 0.77% 0.89% -
XYZ 32.35 56.98 12.66 -
YUV 166.51 63.94 75.57 -
System Red Green Blue C M Y K H S L
Decimal 93 226 53 0.59 0 0.77 0.11 106.13 0.75 0.55
Hex 5D E2 35 3B 0 4D B 6A 4B 37
Octal 135 342 65 73 0 115 13 152 113 67
Binary 1011101 11100010 110101 111011 0 1001101 1011 1101010 1001011 110111

Color Harmonies of #5DE235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DE235

Black with #5DE235

Text Example


Text Example

White with #5DE235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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