Html Css Color HEX #5DC348 Apple

📋 copy color: '#5DC348'

red 93 ◦ green 195 ◦ blue 72

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

Shades of Apple #5DC348

Tints of Apple #5DC348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.17%

 BLUE value IS 72 (28.52% from 255) = 20%

R = 25.83%
G = 54.17%
B = 20%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#5DC348 (or 0x5DC348) is known color: Apple. HEX triplet: 5D, C3 and 48. RGB value is (93,195,72). Sum of RGB (Red+Green+Blue) = 93+195+72=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC348 is #A23CB7. Grayscale: #969696. Windows color (decimal): -10632376 or 4768605. OLE color: 4768605.

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

Color convert

RGB 93 195 72 -
CMYK 0.52 0 0.63 0.24
HSL 109.76º 0.51% 0.52% -
HSV(B) 109.76º 0.63% 0.76% -
XYZ 25.2 41.83 12.88 -
YUV 150.48 83.71 87 -
System Red Green Blue C M Y K H S L
Decimal 93 195 72 0.52 0 0.63 0.24 109.76 0.51 0.52
Hex 5D C3 48 34 0 3F 18 6E 33 34
Octal 135 303 110 64 0 77 30 156 63 64
Binary 1011101 11000011 1001000 110100 0 111111 11000 1101110 110011 110100

Color Harmonies of #5DC348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC348

Black with #5DC348

Text Example


Text Example

White with #5DC348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,195,72); }

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

background-color css

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

 a { background-color: rgb(93,195,72); }

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

border-color css

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

 span { border-color: rgb(93,195,72); }

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