Html Css Color HEX #90DF41 Atlantis

📋 copy color: '#90DF41'

red 144 ◦ green 223 ◦ blue 65

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

Shades of Atlantis #90DF41

Tints of Atlantis #90DF41

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.62%

 BLUE value IS 65 (25.78% from 255) = 15.05%

R = 33.33%
G = 51.62%
B = 15.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#90DF41 (or 0x90DF41) is known color: Atlantis. HEX triplet: 90, DF and 41. RGB value is (144,223,65). Sum of RGB (Red+Green+Blue) = 144+223+65=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 223 (87.5% from 255 or 51.62% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 223 - color contains mainly: green. Hex color #90DF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DF41 is #6F20BE. Grayscale: #B5B5B5. Windows color (decimal): -7282879 or 4317072. OLE color: 4317072.

HSL color Cylindrical-coordinate representation of color #90DF41: hue angle of 90º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90DF41 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 223 65 -
CMYK 0.35 0 0.71 0.13
HSL 90º 0.71% 0.56% -
HSV(B) 90º 0.71% 0.87% -
XYZ 38.84 59.09 14.36 -
YUV 181.37 62.33 101.35 -
System Red Green Blue C M Y K H S L
Decimal 144 223 65 0.35 0 0.71 0.13 90 0.71 0.56
Hex 90 DF 41 23 0 47 D 5A 47 38
Octal 220 337 101 43 0 107 15 132 107 70
Binary 10010000 11011111 1000001 100011 0 1000111 1101 1011010 1000111 111000

Color Harmonies of #90DF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DF41

Black with #90DF41

Text Example


Text Example

White with #90DF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,223,65); }

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

background-color css

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

 a { background-color: rgb(144,223,65); }

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

border-color css

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

 span { border-color: rgb(144,223,65); }

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