Html Css Color HEX #90EB31 Atlantis

📋 copy color: '#90EB31'

red 144 ◦ green 235 ◦ blue 49

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

Shades of Atlantis #90EB31

Tints of Atlantis #90EB31

RGB

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

 GREEN value IS 235 (92.19% from 255) = 54.91%

 BLUE value IS 49 (19.53% from 255) = 11.45%

R = 33.64%
G = 54.91%
B = 11.45%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#90EB31 (or 0x90EB31) is known color: Atlantis. HEX triplet: 90, EB and 31. RGB value is (144,235,49). Sum of RGB (Red+Green+Blue) = 144+235+49=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 235 (92.19% from 255 or 54.91% from 428); Blue value is 49 (19.53% from 255 or 11.45% from 428); Max value from RGB is 235 - color contains mainly: green. Hex color #90EB31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90EB31 is #6F14CE. Grayscale: #BBBBBB. Windows color (decimal): -7279823 or 3271568. OLE color: 3271568.

HSL color Cylindrical-coordinate representation of color #90EB31: hue angle of 89.35º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90EB31 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 235 49 -
CMYK 0.39 0 0.79 0.08
HSL 89.35º 0.82% 0.56% -
HSV(B) 89.35º 0.79% 0.92% -
XYZ 41.76 65.57 13.36 -
YUV 186.59 50.35 97.62 -
System Red Green Blue C M Y K H S L
Decimal 144 235 49 0.39 0 0.79 0.08 89.35 0.82 0.56
Hex 90 EB 31 27 0 4F 8 59 52 38
Octal 220 353 61 47 0 117 10 131 122 70
Binary 10010000 11101011 110001 100111 0 1001111 1000 1011001 1010010 111000

Color Harmonies of #90EB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EB31

Black with #90EB31

Text Example


Text Example

White with #90EB31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,235,49); }

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

background-color css

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

 a { background-color: rgb(144,235,49); }

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

border-color css

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

 span { border-color: rgb(144,235,49); }

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