Html Css Color HEX #5DC632 Apple

📋 copy color: '#5DC632'

red 93 ◦ green 198 ◦ blue 50

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

Shades of Apple #5DC632

Tints of Apple #5DC632

RGB

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

 GREEN value IS 198 (77.73% from 255) = 58.06%

 BLUE value IS 50 (19.92% from 255) = 14.66%

R = 27.27%
G = 58.06%
B = 14.66%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#5DC632 (or 0x5DC632) is known color: Apple. HEX triplet: 5D, C6 and 32. RGB value is (93,198,50). Sum of RGB (Red+Green+Blue) = 93+198+50=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 198 (77.73% from 255 or 58.06% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 198 - color contains mainly: green. Hex color #5DC632 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC632 is #A239CD. Grayscale: #969696. Windows color (decimal): -10631630 or 3327581. OLE color: 3327581.

HSL color Cylindrical-coordinate representation of color #5DC632: hue angle of 102.57º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5DC632 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 93 198 50 -
CMYK 0.53 0 0.75 0.22
HSL 102.57º 0.6% 0.49% -
HSV(B) 102.57º 0.75% 0.78% -
XYZ 25.28 42.95 9.97 -
YUV 149.73 71.71 87.53 -
System Red Green Blue C M Y K H S L
Decimal 93 198 50 0.53 0 0.75 0.22 102.57 0.6 0.49
Hex 5D C6 32 35 0 4B 16 67 3C 31
Octal 135 306 62 65 0 113 26 147 74 61
Binary 1011101 11000110 110010 110101 0 1001011 10110 1100111 111100 110001

Color Harmonies of #5DC632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC632

Black with #5DC632

Text Example


Text Example

White with #5DC632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,198,50); }

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

background-color css

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

 a { background-color: rgb(93,198,50); }

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

border-color css

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

 span { border-color: rgb(93,198,50); }

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