Html Css Color HEX #5DC14C Apple

📋 copy color: '#5DC14C'

red 93 ◦ green 193 ◦ blue 76

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

Shades of Apple #5DC14C

Tints of Apple #5DC14C

RGB

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

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

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

R = 25.69%
G = 53.31%
B = 20.99%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#5DC14C (or 0x5DC14C) is known color: Apple. HEX triplet: 5D, C1 and 4C. RGB value is (93,193,76). Sum of RGB (Red+Green+Blue) = 93+193+76=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 193 (75.78% from 255 or 53.31% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 193 - color contains mainly: green. Hex color #5DC14C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC14C is #A23EB3. Grayscale: #969696. Windows color (decimal): -10632884 or 5030237. OLE color: 5030237.

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

Color convert

RGB 93 193 76 -
CMYK 0.52 0 0.61 0.24
HSL 111.28º 0.49% 0.53% -
HSV(B) 111.28º 0.61% 0.76% -
XYZ 24.89 40.99 13.44 -
YUV 149.76 86.37 87.51 -
System Red Green Blue C M Y K H S L
Decimal 93 193 76 0.52 0 0.61 0.24 111.28 0.49 0.53
Hex 5D C1 4C 34 0 3D 18 6F 31 35
Octal 135 301 114 64 0 75 30 157 61 65
Binary 1011101 11000001 1001100 110100 0 111101 11000 1101111 110001 110101

Color Harmonies of #5DC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC14C

Black with #5DC14C

Text Example


Text Example

White with #5DC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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