Html Css Color HEX #93CE50 Atlantis

📋 copy color: '#93CE50'

red 147 ◦ green 206 ◦ blue 80

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

Shades of Atlantis #93CE50

Tints of Atlantis #93CE50

RGB

 RED value IS 147 (57.81% from 255) = 33.95%

 GREEN value IS 206 (80.86% from 255) = 47.58%

 BLUE value IS 80 (31.64% from 255) = 18.48%

R = 33.95%
G = 47.58%
B = 18.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#93CE50 (or 0x93CE50) is known color: Atlantis. HEX triplet: 93, CE and 50. RGB value is (147,206,80). Sum of RGB (Red+Green+Blue) = 147+206+80=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CE50 is #6C31AF. Grayscale: #AEAEAE. Windows color (decimal): -7090608 or 5295763. OLE color: 5295763.

HSL color Cylindrical-coordinate representation of color #93CE50: hue angle of 88.1º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93CE50 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 206 80 -
CMYK 0.29 0 0.61 0.19
HSL 88.1º 0.56% 0.56% -
HSV(B) 88.1º 0.61% 0.81% -
XYZ 35.55 50.92 15.55 -
YUV 174 74.95 108.75 -
System Red Green Blue C M Y K H S L
Decimal 147 206 80 0.29 0 0.61 0.19 88.1 0.56 0.56
Hex 93 CE 50 1D 0 3D 13 58 38 38
Octal 223 316 120 35 0 75 23 130 70 70
Binary 10010011 11001110 1010000 11101 0 111101 10011 1011000 111000 111000

Color Harmonies of #93CE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CE50

Black with #93CE50

Text Example


Text Example

White with #93CE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93CE50; }

 p { color: rgb(147,206,80); }

 H1.HeaderClassName
 {
   color: #93CE50;
 }
 .AnyTagClassName
 {
   color: #93CE50;
 }
</style>

background-color css

<style>
 a { background-color: #93CE50; }

 a { background-color: rgb(147,206,80); }

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

border-color css

<style>
 span { border-color: #93CE50; }

 span { border-color: rgb(147,206,80); }

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