Html Css Color HEX #5DC942 Apple

📋 copy color: '#5DC942'

red 93 ◦ green 201 ◦ blue 66

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

Shades of Apple #5DC942

Tints of Apple #5DC942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 55.83%

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

R = 25.83%
G = 55.83%
B = 18.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#5DC942 (or 0x5DC942) is known color: Apple. HEX triplet: 5D, C9 and 42. RGB value is (93,201,66). Sum of RGB (Red+Green+Blue) = 93+201+66=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 201 (78.91% from 255 or 55.83% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC942 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC942 is #A236BD. Grayscale: #999999. Windows color (decimal): -10630846 or 4376925. OLE color: 4376925.

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

Color convert

RGB 93 201 66 -
CMYK 0.54 0 0.67 0.21
HSL 108º 0.56% 0.52% -
HSV(B) 108º 0.67% 0.79% -
XYZ 26.38 44.49 12.35 -
YUV 153.32 78.72 84.98 -
System Red Green Blue C M Y K H S L
Decimal 93 201 66 0.54 0 0.67 0.21 108 0.56 0.52
Hex 5D C9 42 36 0 43 15 6C 38 34
Octal 135 311 102 66 0 103 25 154 70 64
Binary 1011101 11001001 1000010 110110 0 1000011 10101 1101100 111000 110100

Color Harmonies of #5DC942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC942

Black with #5DC942

Text Example


Text Example

White with #5DC942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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