Html Css Color HEX #B5DD16 Inch Worm

📋 copy color: '#B5DD16'

red 181 ◦ green 221 ◦ blue 22

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

Shades of Inch Worm #B5DD16

Tints of Inch Worm #B5DD16

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.12%

 BLUE value IS 22 (8.98% from 255) = 5.19%

R = 42.69%
G = 52.12%
B = 5.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#B5DD16 (or 0xB5DD16) is known color: Inch Worm. HEX triplet: B5, DD and 16. RGB value is (181,221,22). Sum of RGB (Red+Green+Blue) = 181+221+22=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5DD16 is #4A22E9. Grayscale: #BBBBBB. Windows color (decimal): -4858602 or 1498549. OLE color: 1498549.

HSL color Cylindrical-coordinate representation of color #B5DD16: hue angle of 72.06º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5DD16 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 221 22 -
CMYK 0.18 0 0.90 0.13
HSL 72.06º 0.82% 0.48% -
HSV(B) 72.06º 0.9% 0.87% -
XYZ 45.06 61.59 10.27 -
YUV 186.35 35.25 124.18 -
System Red Green Blue C M Y K H S L
Decimal 181 221 22 0.18 0 0.90 0.13 72.06 0.82 0.48
Hex B5 DD 16 12 0 5A D 48 52 30
Octal 265 335 26 22 0 132 15 110 122 60
Binary 10110101 11011101 10110 10010 0 1011010 1101 1001000 1010010 110000

Color Harmonies of #B5DD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DD16

Black with #B5DD16

Text Example


Text Example

White with #B5DD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DD16; }

 p { color: rgb(181,221,22); }

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

background-color css

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

 a { background-color: rgb(181,221,22); }

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

border-color css

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

 span { border-color: rgb(181,221,22); }

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