Html Css Color HEX #5DC742 Apple

📋 copy color: '#5DC742'

red 93 ◦ green 199 ◦ blue 66

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

Shades of Apple #5DC742

Tints of Apple #5DC742

RGB

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

 GREEN value IS 199 (78.13% from 255) = 55.59%

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

R = 25.98%
G = 55.59%
B = 18.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#5DC742 (or 0x5DC742) is known color: Apple. HEX triplet: 5D, C7 and 42. RGB value is (93,199,66). Sum of RGB (Red+Green+Blue) = 93+199+66=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 199 (78.12% from 255 or 55.59% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 199 - color contains mainly: green. Hex color #5DC742 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC742 is #A238BD. Grayscale: #989898. Windows color (decimal): -10631358 or 4376413. OLE color: 4376413.

HSL color Cylindrical-coordinate representation of color #5DC742: hue angle of 107.82º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5DC742 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 93 199 66 -
CMYK 0.53 0 0.67 0.22
HSL 107.82º 0.54% 0.52% -
HSV(B) 107.82º 0.67% 0.78% -
XYZ 25.92 43.57 12.2 -
YUV 152.14 79.38 85.81 -
System Red Green Blue C M Y K H S L
Decimal 93 199 66 0.53 0 0.67 0.22 107.82 0.54 0.52
Hex 5D C7 42 35 0 43 16 6C 36 34
Octal 135 307 102 65 0 103 26 154 66 64
Binary 1011101 11000111 1000010 110101 0 1000011 10110 1101100 110110 110100

Color Harmonies of #5DC742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC742

Black with #5DC742

Text Example


Text Example

White with #5DC742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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