Html Css Color HEX #5DC231 Apple

📋 copy color: '#5DC231'

red 93 ◦ green 194 ◦ blue 49

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

Shades of Apple #5DC231

Tints of Apple #5DC231

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.74%

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

R = 27.68%
G = 57.74%
B = 14.58%

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

#5DC231 (or 0x5DC231) is known color: Apple. HEX triplet: 5D, C2 and 31. RGB value is (93,194,49). Sum of RGB (Red+Green+Blue) = 93+194+49=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 194 (76.17% from 255 or 57.74% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC231 is #A23DCE. Grayscale: #939393. Windows color (decimal): -10632655 or 3261021. OLE color: 3261021.

HSL color Cylindrical-coordinate representation of color #5DC231: hue angle of 101.79º 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 #5DC231 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 93 194 49 -
CMYK 0.52 0 0.75 0.24
HSL 101.79º 0.6% 0.48% -
HSV(B) 101.79º 0.75% 0.76% -
XYZ 24.36 41.13 9.56 -
YUV 147.27 72.54 89.29 -
System Red Green Blue C M Y K H S L
Decimal 93 194 49 0.52 0 0.75 0.24 101.79 0.6 0.48
Hex 5D C2 31 34 0 4B 18 66 3C 30
Octal 135 302 61 64 0 113 30 146 74 60
Binary 1011101 11000010 110001 110100 0 1001011 11000 1100110 111100 110000

Color Harmonies of #5DC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC231

Black with #5DC231

Text Example


Text Example

White with #5DC231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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