Html Css Color HEX #B5D914 Inch Worm

📋 copy color: '#B5D914'

red 181 ◦ green 217 ◦ blue 20

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

Shades of Inch Worm #B5D914

Tints of Inch Worm #B5D914

RGB

 RED value IS 181 (71.09% from 255) = 43.3%

 GREEN value IS 217 (85.16% from 255) = 51.91%

 BLUE value IS 20 (8.2% from 255) = 4.78%

R = 43.3%
G = 51.91%
B = 4.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#B5D914 (or 0xB5D914) is known color: Inch Worm. HEX triplet: B5, D9 and 14. RGB value is (181,217,20). Sum of RGB (Red+Green+Blue) = 181+217+20=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 217 (85.16% from 255 or 51.91% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D914 is #4A26EB. Grayscale: #B8B8B8. Windows color (decimal): -4859628 or 1366453. OLE color: 1366453.

HSL color Cylindrical-coordinate representation of color #B5D914: hue angle of 70.96º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5D914 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 217 20 -
CMYK 0.17 0 0.91 0.15
HSL 70.96º 0.83% 0.46% -
HSV(B) 70.96º 0.91% 0.85% -
XYZ 44 59.5 9.83 -
YUV 183.78 35.57 126.02 -
System Red Green Blue C M Y K H S L
Decimal 181 217 20 0.17 0 0.91 0.15 70.96 0.83 0.46
Hex B5 D9 14 11 0 5B F 47 53 2E
Octal 265 331 24 21 0 133 17 107 123 56
Binary 10110101 11011001 10100 10001 0 1011011 1111 1000111 1010011 101110

Color Harmonies of #B5D914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D914

Black with #B5D914

Text Example


Text Example

White with #B5D914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D914; }

 p { color: rgb(181,217,20); }

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

background-color css

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

 a { background-color: rgb(181,217,20); }

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

border-color css

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

 span { border-color: rgb(181,217,20); }

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