Html Css Color HEX #94CE50 Atlantis

📋 copy color: '#94CE50'

red 148 ◦ green 206 ◦ blue 80

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

Shades of Atlantis #94CE50

Tints of Atlantis #94CE50

RGB

 RED value IS 148 (58.2% from 255) = 34.1%

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

 BLUE value IS 80 (31.64% from 255) = 18.43%

R = 34.1%
G = 47.47%
B = 18.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#94CE50 (or 0x94CE50) is known color: Atlantis. HEX triplet: 94, CE and 50. RGB value is (148,206,80). Sum of RGB (Red+Green+Blue) = 148+206+80=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CE50 is #6B31AF. Grayscale: #AEAEAE. Windows color (decimal): -7025072 or 5295764. OLE color: 5295764.

HSL color Cylindrical-coordinate representation of color #94CE50: hue angle of 87.62º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94CE50 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 80 -
CMYK 0.28 0 0.61 0.19
HSL 87.62º 0.56% 0.56% -
HSV(B) 87.62º 0.61% 0.81% -
XYZ 35.73 51.02 15.55 -
YUV 174.29 74.78 109.25 -
System Red Green Blue C M Y K H S L
Decimal 148 206 80 0.28 0 0.61 0.19 87.62 0.56 0.56
Hex 94 CE 50 1C 0 3D 13 58 38 38
Octal 224 316 120 34 0 75 23 130 70 70
Binary 10010100 11001110 1010000 11100 0 111101 10011 1011000 111000 111000

Color Harmonies of #94CE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE50

Black with #94CE50

Text Example


Text Example

White with #94CE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94CE50; }

 p { color: rgb(148,206,80); }

 H1.HeaderClassName
 {
   color: #94CE50;
 }
 .AnyTagClassName
 {
   color: #94CE50;
 }
</style>

background-color css

<style>
 a { background-color: #94CE50; }

 a { background-color: rgb(148,206,80); }

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

border-color css

<style>
 span { border-color: #94CE50; }

 span { border-color: rgb(148,206,80); }

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