Html Css Color HEX #93CE40 Atlantis

📋 copy color: '#93CE40'

red 147 ◦ green 206 ◦ blue 64

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

Shades of Atlantis #93CE40

Tints of Atlantis #93CE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.35%

R = 35.25%
G = 49.4%
B = 15.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#93CE40 (or 0x93CE40) is known color: Atlantis. HEX triplet: 93, CE and 40. RGB value is (147,206,64). Sum of RGB (Red+Green+Blue) = 147+206+64=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93CE40 is #6C31BF. Grayscale: #ACACAC. Windows color (decimal): -7090624 or 4247187. OLE color: 4247187.

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

Color convert

RGB 147 206 64 -
CMYK 0.29 0 0.69 0.19
HSL 84.93º 0.59% 0.53% -
HSV(B) 84.93º 0.69% 0.81% -
XYZ 35.03 50.72 12.79 -
YUV 172.17 66.95 110.05 -
System Red Green Blue C M Y K H S L
Decimal 147 206 64 0.29 0 0.69 0.19 84.93 0.59 0.53
Hex 93 CE 40 1D 0 45 13 55 3B 35
Octal 223 316 100 35 0 105 23 125 73 65
Binary 10010011 11001110 1000000 11101 0 1000101 10011 1010101 111011 110101

Color Harmonies of #93CE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CE40

Black with #93CE40

Text Example


Text Example

White with #93CE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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