Html Css Color HEX #90D750 Atlantis

📋 copy color: '#90D750'

red 144 ◦ green 215 ◦ blue 80

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

Shades of Atlantis #90D750

Tints of Atlantis #90D750

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.97%

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

R = 32.8%
G = 48.97%
B = 18.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#90D750 (or 0x90D750) is known color: Atlantis. HEX triplet: 90, D7 and 50. RGB value is (144,215,80). Sum of RGB (Red+Green+Blue) = 144+215+80=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 215 - color contains mainly: green. Hex color #90D750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D750 is #6F28AF. Grayscale: #B2B2B2. Windows color (decimal): -7284912 or 5298064. OLE color: 5298064.

HSL color Cylindrical-coordinate representation of color #90D750: hue angle of 91.56º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90D750 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 215 80 -
CMYK 0.33 0 0.63 0.16
HSL 91.56º 0.63% 0.58% -
HSV(B) 91.56º 0.63% 0.84% -
XYZ 37.25 55.11 16.26 -
YUV 178.38 72.48 103.48 -
System Red Green Blue C M Y K H S L
Decimal 144 215 80 0.33 0 0.63 0.16 91.56 0.63 0.58
Hex 90 D7 50 21 0 3F 10 5C 3F 3A
Octal 220 327 120 41 0 77 20 134 77 72
Binary 10010000 11010111 1010000 100001 0 111111 10000 1011100 111111 111010

Color Harmonies of #90D750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D750

Black with #90D750

Text Example


Text Example

White with #90D750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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