Html Css Color HEX #5DB442 Apple

📋 copy color: '#5DB442'

red 93 ◦ green 180 ◦ blue 66

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

Shades of Apple #5DB442

Tints of Apple #5DB442

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.1%

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

R = 27.43%
G = 53.1%
B = 19.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#5DB442 (or 0x5DB442) is known color: Apple. HEX triplet: 5D, B4 and 42. RGB value is (93,180,66). Sum of RGB (Red+Green+Blue) = 93+180+66=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB442 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB442 is #A24BBD. Grayscale: #8D8D8D. Windows color (decimal): -10636222 or 4371549. OLE color: 4371549.

HSL color Cylindrical-coordinate representation of color #5DB442: hue angle of 105.79º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DB442 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 93 180 66 -
CMYK 0.48 0 0.63 0.29
HSL 105.79º 0.46% 0.48% -
HSV(B) 105.79º 0.63% 0.71% -
XYZ 21.82 35.36 10.83 -
YUV 140.99 85.68 93.77 -
System Red Green Blue C M Y K H S L
Decimal 93 180 66 0.48 0 0.63 0.29 105.79 0.46 0.48
Hex 5D B4 42 30 0 3F 1D 6A 2E 30
Octal 135 264 102 60 0 77 35 152 56 60
Binary 1011101 10110100 1000010 110000 0 111111 11101 1101010 101110 110000

Color Harmonies of #5DB442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB442

Black with #5DB442

Text Example


Text Example

White with #5DB442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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