Html Css Color HEX #90BF03 Citrus

📋 copy color: '#90BF03'

red 144 ◦ green 191 ◦ blue 3

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

Shades of Citrus #90BF03

Tints of Citrus #90BF03

RGB

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

 GREEN value IS 191 (75% from 255) = 56.51%

 BLUE value IS 3 (1.56% from 255) = 0.89%

R = 42.6%
G = 56.51%
B = 0.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#90BF03 (or 0x90BF03) is known color: Citrus. HEX triplet: 90, BF and 03. RGB value is (144,191,3). Sum of RGB (Red+Green+Blue) = 144+191+3=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 191 (75% from 255 or 56.51% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BF03 is #6F40FC. Grayscale: #9C9C9C. Windows color (decimal): -7291133 or 245648. OLE color: 245648.

HSL color Cylindrical-coordinate representation of color #90BF03: hue angle of 75º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90BF03 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 191 3 -
CMYK 0.25 0 0.98 0.25
HSL 75º 0.97% 0.38% -
HSV(B) 75º 0.98% 0.75% -
XYZ 30.15 43.2 6.84 -
YUV 155.52 41.93 119.79 -
System Red Green Blue C M Y K H S L
Decimal 144 191 3 0.25 0 0.98 0.25 75 0.97 0.38
Hex 90 BF 3 19 0 62 19 4B 61 26
Octal 220 277 3 31 0 142 31 113 141 46
Binary 10010000 10111111 11 11001 0 1100010 11001 1001011 1100001 100110

Color Harmonies of #90BF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BF03

Black with #90BF03

Text Example


Text Example

White with #90BF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,191,3); }

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

background-color css

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

 a { background-color: rgb(144,191,3); }

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

border-color css

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

 span { border-color: rgb(144,191,3); }

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