Html Css Color HEX #5DC341 Apple

📋 copy color: '#5DC341'

red 93 ◦ green 195 ◦ blue 65

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

Shades of Apple #5DC341

Tints of Apple #5DC341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.41%

R = 26.35%
G = 55.24%
B = 18.41%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#5DC341 (or 0x5DC341) is known color: Apple. HEX triplet: 5D, C3 and 41. RGB value is (93,195,65). Sum of RGB (Red+Green+Blue) = 93+195+65=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC341 is #A23CBE. Grayscale: #969696. Windows color (decimal): -10632383 or 4309853. OLE color: 4309853.

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

Color convert

RGB 93 195 65 -
CMYK 0.52 0 0.67 0.24
HSL 107.08º 0.52% 0.51% -
HSV(B) 107.08º 0.67% 0.76% -
XYZ 24.98 41.74 11.74 -
YUV 149.68 80.21 87.57 -
System Red Green Blue C M Y K H S L
Decimal 93 195 65 0.52 0 0.67 0.24 107.08 0.52 0.51
Hex 5D C3 41 34 0 43 18 6B 34 33
Octal 135 303 101 64 0 103 30 153 64 63
Binary 1011101 11000011 1000001 110100 0 1000011 11000 1101011 110100 110011

Color Harmonies of #5DC341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC341

Black with #5DC341

Text Example


Text Example

White with #5DC341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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