Html Css Color HEX #90DB50 Atlantis

📋 copy color: '#90DB50'

red 144 ◦ green 219 ◦ blue 80

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

Shades of Atlantis #90DB50

Tints of Atlantis #90DB50

RGB

 RED value IS 144 (56.64% from 255) = 32.51%

 GREEN value IS 219 (85.94% from 255) = 49.44%

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

R = 32.51%
G = 49.44%
B = 18.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#90DB50 (or 0x90DB50) is known color: Atlantis. HEX triplet: 90, DB and 50. RGB value is (144,219,80). Sum of RGB (Red+Green+Blue) = 144+219+80=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #90DB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DB50 is #6F24AF. Grayscale: #B5B5B5. Windows color (decimal): -7283888 or 5299088. OLE color: 5299088.

HSL color Cylindrical-coordinate representation of color #90DB50: hue angle of 92.37º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90DB50 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 219 80 -
CMYK 0.34 0 0.63 0.14
HSL 92.37º 0.66% 0.59% -
HSV(B) 92.37º 0.63% 0.86% -
XYZ 38.28 57.17 16.61 -
YUV 180.73 71.15 101.8 -
System Red Green Blue C M Y K H S L
Decimal 144 219 80 0.34 0 0.63 0.14 92.37 0.66 0.59
Hex 90 DB 50 22 0 3F E 5C 42 3B
Octal 220 333 120 42 0 77 16 134 102 73
Binary 10010000 11011011 1010000 100010 0 111111 1110 1011100 1000010 111011

Color Harmonies of #90DB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DB50

Black with #90DB50

Text Example


Text Example

White with #90DB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90DB50; }

 p { color: rgb(144,219,80); }

 H1.HeaderClassName
 {
   color: #90DB50;
 }
 .AnyTagClassName
 {
   color: #90DB50;
 }
</style>

background-color css

<style>
 a { background-color: #90DB50; }

 a { background-color: rgb(144,219,80); }

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

border-color css

<style>
 span { border-color: #90DB50; }

 span { border-color: rgb(144,219,80); }

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