Html Css Color HEX #90BF05 Citrus

📋 copy color: '#90BF05'

red 144 ◦ green 191 ◦ blue 5

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

Shades of Citrus #90BF05

Tints of Citrus #90BF05

RGB

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

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

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

R = 42.35%
G = 56.18%
B = 1.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#90BF05 (or 0x90BF05) is known color: Citrus. HEX triplet: 90, BF and 05. RGB value is (144,191,5). Sum of RGB (Red+Green+Blue) = 144+191+5=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 191 (75% from 255 or 56.18% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BF05 is #6F40FA. Grayscale: #9C9C9C. Windows color (decimal): -7291131 or 376720. OLE color: 376720.

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

Color convert

RGB 144 191 5 -
CMYK 0.25 0 0.97 0.25
HSL 75.16º 0.95% 0.38% -
HSV(B) 75.16º 0.97% 0.75% -
XYZ 30.16 43.2 6.89 -
YUV 155.74 42.93 119.62 -
System Red Green Blue C M Y K H S L
Decimal 144 191 5 0.25 0 0.97 0.25 75.16 0.95 0.38
Hex 90 BF 5 19 0 61 19 4B 5F 26
Octal 220 277 5 31 0 141 31 113 137 46
Binary 10010000 10111111 101 11001 0 1100001 11001 1001011 1011111 100110

Color Harmonies of #90BF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BF05

Black with #90BF05

Text Example


Text Example

White with #90BF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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