Html Css Color HEX #94D850 Atlantis

📋 copy color: '#94D850'

red 148 ◦ green 216 ◦ blue 80

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

Shades of Atlantis #94D850

Tints of Atlantis #94D850

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.65%

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

R = 33.33%
G = 48.65%
B = 18.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#94D850 (or 0x94D850) is known color: Atlantis. HEX triplet: 94, D8 and 50. RGB value is (148,216,80). Sum of RGB (Red+Green+Blue) = 148+216+80=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #94D850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D850 is #6B27AF. Grayscale: #B4B4B4. Windows color (decimal): -7022512 or 5298324. OLE color: 5298324.

HSL color Cylindrical-coordinate representation of color #94D850: hue angle of 90º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94D850 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 216 80 -
CMYK 0.31 0 0.63 0.15
HSL 90º 0.64% 0.58% -
HSV(B) 90º 0.63% 0.85% -
XYZ 38.22 55.99 16.38 -
YUV 180.16 71.47 105.06 -
System Red Green Blue C M Y K H S L
Decimal 148 216 80 0.31 0 0.63 0.15 90 0.64 0.58
Hex 94 D8 50 1F 0 3F F 5A 40 3A
Octal 224 330 120 37 0 77 17 132 100 72
Binary 10010100 11011000 1010000 11111 0 111111 1111 1011010 1000000 111010

Color Harmonies of #94D850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D850

Black with #94D850

Text Example


Text Example

White with #94D850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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