Html Css Color HEX #93CC3D Atlantis

📋 copy color: '#93CC3D'

red 147 ◦ green 204 ◦ blue 61

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

Shades of Atlantis #93CC3D

Tints of Atlantis #93CC3D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.51%

 BLUE value IS 61 (24.22% from 255) = 14.81%

R = 35.68%
G = 49.51%
B = 14.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#93CC3D (or 0x93CC3D) is known color: Atlantis. HEX triplet: 93, CC and 3D. RGB value is (147,204,61). Sum of RGB (Red+Green+Blue) = 147+204+61=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #93CC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93CC3D is #6C33C2. Grayscale: #ABABAB. Windows color (decimal): -7091139 or 4050067. OLE color: 4050067.

HSL color Cylindrical-coordinate representation of color #93CC3D: hue angle of 83.92º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93CC3D is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 204 61 -
CMYK 0.28 0 0.70 0.2
HSL 83.92º 0.58% 0.52% -
HSV(B) 83.92º 0.7% 0.8% -
XYZ 34.47 49.73 12.2 -
YUV 170.66 66.12 111.13 -
System Red Green Blue C M Y K H S L
Decimal 147 204 61 0.28 0 0.70 0.2 83.92 0.58 0.52
Hex 93 CC 3D 1C 0 46 14 54 3A 34
Octal 223 314 75 34 0 106 24 124 72 64
Binary 10010011 11001100 111101 11100 0 1000110 10100 1010100 111010 110100

Color Harmonies of #93CC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CC3D

Black with #93CC3D

Text Example


Text Example

White with #93CC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,204,61); }

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

background-color css

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

 a { background-color: rgb(147,204,61); }

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

border-color css

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

 span { border-color: rgb(147,204,61); }

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