Html Css Color HEX #90D506 Citrus

📋 copy color: '#90D506'

red 144 ◦ green 213 ◦ blue 6

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

Shades of Citrus #90D506

Tints of Citrus #90D506

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.68%

 BLUE value IS 6 (2.73% from 255) = 1.65%

R = 39.67%
G = 58.68%
B = 1.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#90D506 (or 0x90D506) is known color: Citrus. HEX triplet: 90, D5 and 06. RGB value is (144,213,6). Sum of RGB (Red+Green+Blue) = 144+213+6=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #90D506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90D506 is #6F2AF9. Grayscale: #A9A9A9. Windows color (decimal): -7285498 or 447888. OLE color: 447888.

HSL color Cylindrical-coordinate representation of color #90D506: hue angle of 80º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90D506 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 213 6 -
CMYK 0.32 0 0.97 0.16
HSL 80º 0.95% 0.43% -
HSV(B) 80º 0.97% 0.84% -
XYZ 35.33 53.53 8.64 -
YUV 168.77 36.14 110.33 -
System Red Green Blue C M Y K H S L
Decimal 144 213 6 0.32 0 0.97 0.16 80 0.95 0.43
Hex 90 D5 6 20 0 61 10 50 5F 2B
Octal 220 325 6 40 0 141 20 120 137 53
Binary 10010000 11010101 110 100000 0 1100001 10000 1010000 1011111 101011

Color Harmonies of #90D506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D506

Black with #90D506

Text Example


Text Example

White with #90D506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,213,6); }

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

background-color css

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

 a { background-color: rgb(144,213,6); }

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

border-color css

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

 span { border-color: rgb(144,213,6); }

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