Html Css Color HEX #93E750 Atlantis

📋 copy color: '#93E750'

red 147 ◦ green 231 ◦ blue 80

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

Shades of Atlantis #93E750

Tints of Atlantis #93E750

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.44%

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

R = 32.1%
G = 50.44%
B = 17.47%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#93E750 (or 0x93E750) is known color: Atlantis. HEX triplet: 93, E7 and 50. RGB value is (147,231,80). Sum of RGB (Red+Green+Blue) = 147+231+80=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 231 (90.62% from 255 or 50.44% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 231 - color contains mainly: green. Hex color #93E750 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93E750 is #6C18AF. Grayscale: #BDBDBD. Windows color (decimal): -7084208 or 5302163. OLE color: 5302163.

HSL color Cylindrical-coordinate representation of color #93E750: hue angle of 93.38º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93E750 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 231 80 -
CMYK 0.36 0 0.65 0.09
HSL 93.38º 0.76% 0.61% -
HSV(B) 93.38º 0.65% 0.91% -
XYZ 42.06 63.93 17.71 -
YUV 188.67 66.67 98.28 -
System Red Green Blue C M Y K H S L
Decimal 147 231 80 0.36 0 0.65 0.09 93.38 0.76 0.61
Hex 93 E7 50 24 0 41 9 5D 4C 3D
Octal 223 347 120 44 0 101 11 135 114 75
Binary 10010011 11100111 1010000 100100 0 1000001 1001 1011101 1001100 111101

Color Harmonies of #93E750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E750

Black with #93E750

Text Example


Text Example

White with #93E750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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