Html Css Color HEX #5DC93D Apple

📋 copy color: '#5DC93D'

red 93 ◦ green 201 ◦ blue 61

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

Shades of Apple #5DC93D

Tints of Apple #5DC93D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 56.62%

 BLUE value IS 61 (24.22% from 255) = 17.18%

R = 26.2%
G = 56.62%
B = 17.18%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#5DC93D (or 0x5DC93D) is known color: Apple. HEX triplet: 5D, C9 and 3D. RGB value is (93,201,61). Sum of RGB (Red+Green+Blue) = 93+201+61=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 201 (78.91% from 255 or 56.62% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC93D is #A236C2. Grayscale: #999999. Windows color (decimal): -10630851 or 4049245. OLE color: 4049245.

HSL color Cylindrical-coordinate representation of color #5DC93D: hue angle of 106.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5DC93D is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 201 61 -
CMYK 0.54 0 0.70 0.21
HSL 106.29º 0.56% 0.51% -
HSV(B) 106.29º 0.7% 0.79% -
XYZ 26.24 44.44 11.61 -
YUV 152.75 76.22 85.38 -
System Red Green Blue C M Y K H S L
Decimal 93 201 61 0.54 0 0.70 0.21 106.29 0.56 0.51
Hex 5D C9 3D 36 0 46 15 6A 38 33
Octal 135 311 75 66 0 106 25 152 70 63
Binary 1011101 11001001 111101 110110 0 1000110 10101 1101010 111000 110011

Color Harmonies of #5DC93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC93D

Black with #5DC93D

Text Example


Text Example

White with #5DC93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,201,61); }

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

background-color css

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

 a { background-color: rgb(93,201,61); }

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

border-color css

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

 span { border-color: rgb(93,201,61); }

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