Html Css Color HEX #5DD542 Apple

📋 copy color: '#5DD542'

red 93 ◦ green 213 ◦ blue 66

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

Shades of Apple #5DD542

Tints of Apple #5DD542

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.26%

 BLUE value IS 66 (26.17% from 255) = 17.74%

R = 25%
G = 57.26%
B = 17.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#5DD542 (or 0x5DD542) is known color: Apple. HEX triplet: 5D, D5 and 42. RGB value is (93,213,66). Sum of RGB (Red+Green+Blue) = 93+213+66=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 213 (83.59% from 255 or 57.26% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD542 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD542 is #A22ABD. Grayscale: #A0A0A0. Windows color (decimal): -10627774 or 4379997. OLE color: 4379997.

HSL color Cylindrical-coordinate representation of color #5DD542: hue angle of 108.98º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DD542 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 213 66 -
CMYK 0.56 0 0.69 0.16
HSL 108.98º 0.64% 0.55% -
HSV(B) 108.98º 0.69% 0.84% -
XYZ 29.29 50.31 13.32 -
YUV 160.36 74.74 79.95 -
System Red Green Blue C M Y K H S L
Decimal 93 213 66 0.56 0 0.69 0.16 108.98 0.64 0.55
Hex 5D D5 42 38 0 45 10 6D 40 37
Octal 135 325 102 70 0 105 20 155 100 67
Binary 1011101 11010101 1000010 111000 0 1000101 10000 1101101 1000000 110111

Color Harmonies of #5DD542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD542

Black with #5DD542

Text Example


Text Example

White with #5DD542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,213,66); }

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

background-color css

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

 a { background-color: rgb(93,213,66); }

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

border-color css

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

 span { border-color: rgb(93,213,66); }

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