Html Css Color HEX #93D942 Atlantis

📋 copy color: '#93D942'

red 147 ◦ green 217 ◦ blue 66

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

Shades of Atlantis #93D942

Tints of Atlantis #93D942

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.47%

 BLUE value IS 66 (26.17% from 255) = 15.35%

R = 34.19%
G = 50.47%
B = 15.35%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#93D942 (or 0x93D942) is known color: Atlantis. HEX triplet: 93, D9 and 42. RGB value is (147,217,66). Sum of RGB (Red+Green+Blue) = 147+217+66=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #93D942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D942 is #6C26BD. Grayscale: #B3B3B3. Windows color (decimal): -7087806 or 4381075. OLE color: 4381075.

HSL color Cylindrical-coordinate representation of color #93D942: hue angle of 87.81º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93D942 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 217 66 -
CMYK 0.32 0 0.70 0.15
HSL 87.81º 0.67% 0.55% -
HSV(B) 87.81º 0.7% 0.85% -
XYZ 37.83 56.22 14.01 -
YUV 178.86 64.31 105.28 -
System Red Green Blue C M Y K H S L
Decimal 147 217 66 0.32 0 0.70 0.15 87.81 0.67 0.55
Hex 93 D9 42 20 0 46 F 58 43 37
Octal 223 331 102 40 0 106 17 130 103 67
Binary 10010011 11011001 1000010 100000 0 1000110 1111 1011000 1000011 110111

Color Harmonies of #93D942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D942

Black with #93D942

Text Example


Text Example

White with #93D942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,217,66); }

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

background-color css

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

 a { background-color: rgb(147,217,66); }

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

border-color css

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

 span { border-color: rgb(147,217,66); }

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