Html Css Color HEX #5DC142 Apple

📋 copy color: '#5DC142'

red 93 ◦ green 193 ◦ blue 66

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

Shades of Apple #5DC142

Tints of Apple #5DC142

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.83%

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

R = 26.42%
G = 54.83%
B = 18.75%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#5DC142 (or 0x5DC142) is known color: Apple. HEX triplet: 5D, C1 and 42. RGB value is (93,193,66). Sum of RGB (Red+Green+Blue) = 93+193+66=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 193 (75.78% from 255 or 54.83% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 193 - color contains mainly: green. Hex color #5DC142 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC142 is #A23EBD. Grayscale: #959595. Windows color (decimal): -10632894 or 4374877. OLE color: 4374877.

HSL color Cylindrical-coordinate representation of color #5DC142: hue angle of 107.24º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DC142 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 93 193 66 -
CMYK 0.52 0 0.66 0.24
HSL 107.24º 0.51% 0.51% -
HSV(B) 107.24º 0.66% 0.76% -
XYZ 24.57 40.86 11.75 -
YUV 148.62 81.37 88.33 -
System Red Green Blue C M Y K H S L
Decimal 93 193 66 0.52 0 0.66 0.24 107.24 0.51 0.51
Hex 5D C1 42 34 0 42 18 6B 33 33
Octal 135 301 102 64 0 102 30 153 63 63
Binary 1011101 11000001 1000010 110100 0 1000010 11000 1101011 110011 110011

Color Harmonies of #5DC142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC142

Black with #5DC142

Text Example


Text Example

White with #5DC142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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