Html Css Color HEX #5DB242 Apple

📋 copy color: '#5DB242'

red 93 ◦ green 178 ◦ blue 66

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

Shades of Apple #5DB242

Tints of Apple #5DB242

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.82%

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

R = 27.6%
G = 52.82%
B = 19.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#5DB242 (or 0x5DB242) is known color: Apple. HEX triplet: 5D, B2 and 42. RGB value is (93,178,66). Sum of RGB (Red+Green+Blue) = 93+178+66=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #5DB242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB242 is #A24DBD. Grayscale: #8C8C8C. Windows color (decimal): -10636734 or 4371037. OLE color: 4371037.

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

Color convert

RGB 93 178 66 -
CMYK 0.48 0 0.63 0.30
HSL 105.54º 0.46% 0.48% -
HSV(B) 105.54º 0.63% 0.7% -
XYZ 21.42 34.56 10.7 -
YUV 139.82 86.34 94.61 -
System Red Green Blue C M Y K H S L
Decimal 93 178 66 0.48 0 0.63 0.30 105.54 0.46 0.48
Hex 5D B2 42 30 0 3F 1E 6A 2E 30
Octal 135 262 102 60 0 77 36 152 56 60
Binary 1011101 10110010 1000010 110000 0 111111 11110 1101010 101110 110000

Color Harmonies of #5DB242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB242

Black with #5DB242

Text Example


Text Example

White with #5DB242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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