Html Css Color HEX #5DD034 Apple

📋 copy color: '#5DD034'

red 93 ◦ green 208 ◦ blue 52

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

Shades of Apple #5DD034

Tints of Apple #5DD034

RGB

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

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

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

R = 26.35%
G = 58.92%
B = 14.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#5DD034 (or 0x5DD034) is known color: Apple. HEX triplet: 5D, D0 and 34. RGB value is (93,208,52). Sum of RGB (Red+Green+Blue) = 93+208+52=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 208 (81.64% from 255 or 58.92% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD034 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD034 is #A22FCB. Grayscale: #9C9C9C. Windows color (decimal): -10629068 or 3461213. OLE color: 3461213.

HSL color Cylindrical-coordinate representation of color #5DD034: hue angle of 104.23º 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 #5DD034 is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 208 52 -
CMYK 0.55 0 0.75 0.18
HSL 104.23º 0.62% 0.51% -
HSV(B) 104.23º 0.75% 0.82% -
XYZ 27.69 47.69 10.99 -
YUV 155.83 69.4 83.18 -
System Red Green Blue C M Y K H S L
Decimal 93 208 52 0.55 0 0.75 0.18 104.23 0.62 0.51
Hex 5D D0 34 37 0 4B 12 68 3E 33
Octal 135 320 64 67 0 113 22 150 76 63
Binary 1011101 11010000 110100 110111 0 1001011 10010 1101000 111110 110011

Color Harmonies of #5DD034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD034

Black with #5DD034

Text Example


Text Example

White with #5DD034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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