Html Css Color HEX #5DC331 Apple

📋 copy color: '#5DC331'

red 93 ◦ green 195 ◦ blue 49

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

Shades of Apple #5DC331

Tints of Apple #5DC331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.54%

R = 27.6%
G = 57.86%
B = 14.54%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#5DC331 (or 0x5DC331) is known color: Apple. HEX triplet: 5D, C3 and 31. RGB value is (93,195,49). Sum of RGB (Red+Green+Blue) = 93+195+49=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC331 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC331 is #A23CCE. Grayscale: #949494. Windows color (decimal): -10632399 or 3261277. OLE color: 3261277.

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

Color convert

RGB 93 195 49 -
CMYK 0.52 0 0.75 0.24
HSL 101.92º 0.6% 0.48% -
HSV(B) 101.92º 0.75% 0.76% -
XYZ 24.58 41.58 9.64 -
YUV 147.86 72.21 88.87 -
System Red Green Blue C M Y K H S L
Decimal 93 195 49 0.52 0 0.75 0.24 101.92 0.6 0.48
Hex 5D C3 31 34 0 4B 18 66 3C 30
Octal 135 303 61 64 0 113 30 146 74 60
Binary 1011101 11000011 110001 110100 0 1001011 11000 1100110 111100 110000

Color Harmonies of #5DC331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC331

Black with #5DC331

Text Example


Text Example

White with #5DC331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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