Html Css Color HEX #93CA52 Atlantis

📋 copy color: '#93CA52'

red 147 ◦ green 202 ◦ blue 82

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

Shades of Atlantis #93CA52

Tints of Atlantis #93CA52

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.87%

 BLUE value IS 82 (32.42% from 255) = 19.03%

R = 34.11%
G = 46.87%
B = 19.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#93CA52 (or 0x93CA52) is known color: Atlantis. HEX triplet: 93, CA and 52. RGB value is (147,202,82). Sum of RGB (Red+Green+Blue) = 147+202+82=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #93CA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CA52 is #6C35AD. Grayscale: #ACACAC. Windows color (decimal): -7091630 or 5425811. OLE color: 5425811.

HSL color Cylindrical-coordinate representation of color #93CA52: hue angle of 87.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93CA52 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 202 82 -
CMYK 0.27 0 0.59 0.21
HSL 87.5º 0.53% 0.56% -
HSV(B) 87.5º 0.59% 0.79% -
XYZ 34.68 49.05 15.62 -
YUV 171.88 77.28 110.26 -
System Red Green Blue C M Y K H S L
Decimal 147 202 82 0.27 0 0.59 0.21 87.5 0.53 0.56
Hex 93 CA 52 1B 0 3B 15 57 35 38
Octal 223 312 122 33 0 73 25 127 65 70
Binary 10010011 11001010 1010010 11011 0 111011 10101 1010111 110101 111000

Color Harmonies of #93CA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CA52

Black with #93CA52

Text Example


Text Example

White with #93CA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,202,82); }

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

background-color css

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

 a { background-color: rgb(147,202,82); }

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

border-color css

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

 span { border-color: rgb(147,202,82); }

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