Html Css Color HEX #90BF1F Limerick

📋 copy color: '#90BF1F'

red 144 ◦ green 191 ◦ blue 31

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

Shades of Limerick #90BF1F

Tints of Limerick #90BF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.47%

R = 39.34%
G = 52.19%
B = 8.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#90BF1F (or 0x90BF1F) is known color: Limerick. HEX triplet: 90, BF and 1F. RGB value is (144,191,31). Sum of RGB (Red+Green+Blue) = 144+191+31=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BF1F is #6F40E0. Grayscale: #9F9F9F. Windows color (decimal): -7291105 or 2080656. OLE color: 2080656.

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

Color convert

RGB 144 191 31 -
CMYK 0.25 0 0.84 0.25
HSL 77.63º 0.72% 0.44% -
HSV(B) 77.63º 0.84% 0.75% -
XYZ 30.38 43.29 8.05 -
YUV 158.71 55.93 117.51 -
System Red Green Blue C M Y K H S L
Decimal 144 191 31 0.25 0 0.84 0.25 77.63 0.72 0.44
Hex 90 BF 1F 19 0 54 19 4E 48 2C
Octal 220 277 37 31 0 124 31 116 110 54
Binary 10010000 10111111 11111 11001 0 1010100 11001 1001110 1001000 101100

Color Harmonies of #90BF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BF1F

Black with #90BF1F

Text Example


Text Example

White with #90BF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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