Html Css Color HEX #5DC434 Apple

📋 copy color: '#5DC434'

red 93 ◦ green 196 ◦ blue 52

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

Shades of Apple #5DC434

Tints of Apple #5DC434

RGB

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

 GREEN value IS 196 (76.95% from 255) = 57.48%

 BLUE value IS 52 (20.7% from 255) = 15.25%

R = 27.27%
G = 57.48%
B = 15.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#5DC434 (or 0x5DC434) is known color: Apple. HEX triplet: 5D, C4 and 34. RGB value is (93,196,52). Sum of RGB (Red+Green+Blue) = 93+196+52=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 196 (76.95% from 255 or 57.48% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 196 - color contains mainly: green. Hex color #5DC434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC434 is #A23BCB. Grayscale: #959595. Windows color (decimal): -10632140 or 3458141. OLE color: 3458141.

HSL color Cylindrical-coordinate representation of color #5DC434: hue angle of 102.92º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5DC434 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 93 196 52 -
CMYK 0.53 0 0.73 0.23
HSL 102.92º 0.58% 0.49% -
HSV(B) 102.92º 0.73% 0.77% -
XYZ 24.87 42.05 10.06 -
YUV 148.79 73.38 88.21 -
System Red Green Blue C M Y K H S L
Decimal 93 196 52 0.53 0 0.73 0.23 102.92 0.58 0.49
Hex 5D C4 34 35 0 49 17 67 3A 31
Octal 135 304 64 65 0 111 27 147 72 61
Binary 1011101 11000100 110100 110101 0 1001001 10111 1100111 111010 110001

Color Harmonies of #5DC434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC434

Black with #5DC434

Text Example


Text Example

White with #5DC434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,196,52); }

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

background-color css

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

 a { background-color: rgb(93,196,52); }

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

border-color css

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

 span { border-color: rgb(93,196,52); }

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