Html Css Color HEX #5DD032 Apple

📋 copy color: '#5DD032'

red 93 ◦ green 208 ◦ blue 50

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

Shades of Apple #5DD032

Tints of Apple #5DD032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.25%

R = 26.5%
G = 59.26%
B = 14.25%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#5DD032 (or 0x5DD032) is known color: Apple. HEX triplet: 5D, D0 and 32. RGB value is (93,208,50). Sum of RGB (Red+Green+Blue) = 93+208+50=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 208 (81.64% from 255 or 59.26% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD032 is #A22FCD. Grayscale: #9C9C9C. Windows color (decimal): -10629070 or 3330141. OLE color: 3330141.

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

Color convert

RGB 93 208 50 -
CMYK 0.55 0 0.76 0.18
HSL 103.67º 0.63% 0.51% -
HSV(B) 103.67º 0.76% 0.82% -
XYZ 27.65 47.67 10.76 -
YUV 155.6 68.4 83.35 -
System Red Green Blue C M Y K H S L
Decimal 93 208 50 0.55 0 0.76 0.18 103.67 0.63 0.51
Hex 5D D0 32 37 0 4C 12 68 3F 33
Octal 135 320 62 67 0 114 22 150 77 63
Binary 1011101 11010000 110010 110111 0 1001100 10010 1101000 111111 110011

Color Harmonies of #5DD032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD032

Black with #5DD032

Text Example


Text Example

White with #5DD032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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