Html Css Color HEX #B5DC15 Inch Worm

📋 copy color: '#B5DC15'

red 181 ◦ green 220 ◦ blue 21

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

Shades of Inch Worm #B5DC15

Tints of Inch Worm #B5DC15

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.13%

 BLUE value IS 21 (8.59% from 255) = 4.98%

R = 42.89%
G = 52.13%
B = 4.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#B5DC15 (or 0xB5DC15) is known color: Inch Worm. HEX triplet: B5, DC and 15. RGB value is (181,220,21). Sum of RGB (Red+Green+Blue) = 181+220+21=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5DC15 is #4A23EA. Grayscale: #BABABA. Windows color (decimal): -4858859 or 1432757. OLE color: 1432757.

HSL color Cylindrical-coordinate representation of color #B5DC15: hue angle of 71.76º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5DC15 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 220 21 -
CMYK 0.18 0 0.90 0.14
HSL 71.76º 0.83% 0.47% -
HSV(B) 71.76º 0.9% 0.86% -
XYZ 44.78 61.06 10.14 -
YUV 185.65 35.08 124.68 -
System Red Green Blue C M Y K H S L
Decimal 181 220 21 0.18 0 0.90 0.14 71.76 0.83 0.47
Hex B5 DC 15 12 0 5A E 48 53 2F
Octal 265 334 25 22 0 132 16 110 123 57
Binary 10110101 11011100 10101 10010 0 1011010 1110 1001000 1010011 101111

Color Harmonies of #B5DC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DC15

Black with #B5DC15

Text Example


Text Example

White with #B5DC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DC15; }

 p { color: rgb(181,220,21); }

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

background-color css

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

 a { background-color: rgb(181,220,21); }

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

border-color css

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

 span { border-color: rgb(181,220,21); }

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