Html Css Color HEX #5DD036 Apple

📋 copy color: '#5DD036'

red 93 ◦ green 208 ◦ blue 54

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

Shades of Apple #5DD036

Tints of Apple #5DD036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.21%

R = 26.2%
G = 58.59%
B = 15.21%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#5DD036 (or 0x5DD036) is known color: Apple. HEX triplet: 5D, D0 and 36. RGB value is (93,208,54). Sum of RGB (Red+Green+Blue) = 93+208+54=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 208 (81.64% from 255 or 58.59% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD036 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD036 is #A22FC9. Grayscale: #9C9C9C. Windows color (decimal): -10629066 or 3592285. OLE color: 3592285.

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

Color convert

RGB 93 208 54 -
CMYK 0.55 0 0.74 0.18
HSL 104.81º 0.62% 0.51% -
HSV(B) 104.81º 0.74% 0.82% -
XYZ 27.74 47.71 11.24 -
YUV 156.06 70.4 83.02 -
System Red Green Blue C M Y K H S L
Decimal 93 208 54 0.55 0 0.74 0.18 104.81 0.62 0.51
Hex 5D D0 36 37 0 4A 12 69 3E 33
Octal 135 320 66 67 0 112 22 151 76 63
Binary 1011101 11010000 110110 110111 0 1001010 10010 1101001 111110 110011

Color Harmonies of #5DD036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD036

Black with #5DD036

Text Example


Text Example

White with #5DD036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,208,54); }

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

background-color css

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

 a { background-color: rgb(93,208,54); }

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

border-color css

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

 span { border-color: rgb(93,208,54); }

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