Html Css Color HEX #90C405 Citrus

📋 copy color: '#90C405'

red 144 ◦ green 196 ◦ blue 5

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

Shades of Citrus #90C405

Tints of Citrus #90C405

RGB

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

 GREEN value IS 196 (76.95% from 255) = 56.81%

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 41.74%
G = 56.81%
B = 1.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#90C405 (or 0x90C405) is known color: Citrus. HEX triplet: 90, C4 and 05. RGB value is (144,196,5). Sum of RGB (Red+Green+Blue) = 144+196+5=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 196 (76.95% from 255 or 56.81% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 196 - color contains mainly: green. Hex color #90C405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C405 is #6F3BFA. Grayscale: #9F9F9F. Windows color (decimal): -7289851 or 378000. OLE color: 378000.

HSL color Cylindrical-coordinate representation of color #90C405: hue angle of 76.34º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90C405 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 144 196 5 -
CMYK 0.27 0 0.97 0.23
HSL 76.34º 0.95% 0.39% -
HSV(B) 76.34º 0.97% 0.77% -
XYZ 31.27 45.42 7.26 -
YUV 158.68 41.27 117.53 -
System Red Green Blue C M Y K H S L
Decimal 144 196 5 0.27 0 0.97 0.23 76.34 0.95 0.39
Hex 90 C4 5 1B 0 61 17 4C 5F 27
Octal 220 304 5 33 0 141 27 114 137 47
Binary 10010000 11000100 101 11011 0 1100001 10111 1001100 1011111 100111

Color Harmonies of #90C405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C405

Black with #90C405

Text Example


Text Example

White with #90C405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,196,5); }

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

background-color css

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

 a { background-color: rgb(144,196,5); }

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

border-color css

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

 span { border-color: rgb(144,196,5); }

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