Html Css Color HEX #5DC244 Apple

📋 copy color: '#5DC244'

red 93 ◦ green 194 ◦ blue 68

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

Shades of Apple #5DC244

Tints of Apple #5DC244

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.65%

 BLUE value IS 68 (26.95% from 255) = 19.15%

R = 26.2%
G = 54.65%
B = 19.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#5DC244 (or 0x5DC244) is known color: Apple. HEX triplet: 5D, C2 and 44. RGB value is (93,194,68). Sum of RGB (Red+Green+Blue) = 93+194+68=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC244 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC244 is #A23DBB. Grayscale: #959595. Windows color (decimal): -10632636 or 4506205. OLE color: 4506205.

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

Color convert

RGB 93 194 68 -
CMYK 0.52 0 0.65 0.24
HSL 108.1º 0.51% 0.51% -
HSV(B) 108.1º 0.65% 0.76% -
XYZ 24.85 41.33 12.14 -
YUV 149.44 82.04 87.75 -
System Red Green Blue C M Y K H S L
Decimal 93 194 68 0.52 0 0.65 0.24 108.1 0.51 0.51
Hex 5D C2 44 34 0 41 18 6C 33 33
Octal 135 302 104 64 0 101 30 154 63 63
Binary 1011101 11000010 1000100 110100 0 1000001 11000 1101100 110011 110011

Color Harmonies of #5DC244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC244

Black with #5DC244

Text Example


Text Example

White with #5DC244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,194,68); }

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

background-color css

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

 a { background-color: rgb(93,194,68); }

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

border-color css

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

 span { border-color: rgb(93,194,68); }

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