Html Css Color HEX #90BC25 Limerick

📋 copy color: '#90BC25'

red 144 ◦ green 188 ◦ blue 37

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

Shades of Limerick #90BC25

Tints of Limerick #90BC25

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.95%

 BLUE value IS 37 (14.84% from 255) = 10.03%

R = 39.02%
G = 50.95%
B = 10.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#90BC25 (or 0x90BC25) is known color: Limerick. HEX triplet: 90, BC and 25. RGB value is (144,188,37). Sum of RGB (Red+Green+Blue) = 144+188+37=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BC25 is #6F43DA. Grayscale: #9E9E9E. Windows color (decimal): -7291867 or 2473104. OLE color: 2473104.

HSL color Cylindrical-coordinate representation of color #90BC25: hue angle of 77.48º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #90BC25 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 188 37 -
CMYK 0.23 0 0.80 0.26
HSL 77.48º 0.67% 0.44% -
HSV(B) 77.48º 0.8% 0.74% -
XYZ 29.82 42.03 8.29 -
YUV 157.63 59.92 118.28 -
System Red Green Blue C M Y K H S L
Decimal 144 188 37 0.23 0 0.80 0.26 77.48 0.67 0.44
Hex 90 BC 25 17 0 50 1A 4D 43 2C
Octal 220 274 45 27 0 120 32 115 103 54
Binary 10010000 10111100 100101 10111 0 1010000 11010 1001101 1000011 101100

Color Harmonies of #90BC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BC25

Black with #90BC25

Text Example


Text Example

White with #90BC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,188,37); }

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

background-color css

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

 a { background-color: rgb(144,188,37); }

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

border-color css

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

 span { border-color: rgb(144,188,37); }

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