Html Css Color HEX #5DC04C Apple

📋 copy color: '#5DC04C'

red 93 ◦ green 192 ◦ blue 76

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

Shades of Apple #5DC04C

Tints of Apple #5DC04C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.19%

 BLUE value IS 76 (30.08% from 255) = 21.05%

R = 25.76%
G = 53.19%
B = 21.05%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#5DC04C (or 0x5DC04C) is known color: Apple. HEX triplet: 5D, C0 and 4C. RGB value is (93,192,76). Sum of RGB (Red+Green+Blue) = 93+192+76=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC04C is #A23FB3. Grayscale: #959595. Windows color (decimal): -10633140 or 5029981. OLE color: 5029981.

HSL color Cylindrical-coordinate representation of color #5DC04C: hue angle of 111.21º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DC04C is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 192 76 -
CMYK 0.52 0 0.60 0.25
HSL 111.21º 0.48% 0.53% -
HSV(B) 111.21º 0.6% 0.75% -
XYZ 24.67 40.55 13.36 -
YUV 149.18 86.7 87.93 -
System Red Green Blue C M Y K H S L
Decimal 93 192 76 0.52 0 0.60 0.25 111.21 0.48 0.53
Hex 5D C0 4C 34 0 3C 19 6F 30 35
Octal 135 300 114 64 0 74 31 157 60 65
Binary 1011101 11000000 1001100 110100 0 111100 11001 1101111 110000 110101

Color Harmonies of #5DC04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC04C

Black with #5DC04C

Text Example


Text Example

White with #5DC04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,192,76); }

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

background-color css

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

 a { background-color: rgb(93,192,76); }

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

border-color css

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

 span { border-color: rgb(93,192,76); }

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