Html Css Color HEX #93CB40 Atlantis

📋 copy color: '#93CB40'

red 147 ◦ green 203 ◦ blue 64

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

Shades of Atlantis #93CB40

Tints of Atlantis #93CB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.03%

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

R = 35.51%
G = 49.03%
B = 15.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#93CB40 (or 0x93CB40) is known color: Atlantis. HEX triplet: 93, CB and 40. RGB value is (147,203,64). Sum of RGB (Red+Green+Blue) = 147+203+64=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #93CB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93CB40 is #6C34BF. Grayscale: #AAAAAA. Windows color (decimal): -7091392 or 4246419. OLE color: 4246419.

HSL color Cylindrical-coordinate representation of color #93CB40: hue angle of 84.17º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93CB40 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 203 64 -
CMYK 0.28 0 0.68 0.20
HSL 84.17º 0.57% 0.52% -
HSV(B) 84.17º 0.68% 0.8% -
XYZ 34.31 49.29 12.55 -
YUV 170.41 67.95 111.3 -
System Red Green Blue C M Y K H S L
Decimal 147 203 64 0.28 0 0.68 0.20 84.17 0.57 0.52
Hex 93 CB 40 1C 0 44 14 54 39 34
Octal 223 313 100 34 0 104 24 124 71 64
Binary 10010011 11001011 1000000 11100 0 1000100 10100 1010100 111001 110100

Color Harmonies of #93CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CB40

Black with #93CB40

Text Example


Text Example

White with #93CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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