Html Css Color HEX #B5DD00 Inch Worm

📋 copy color: '#B5DD00'

red 181 ◦ green 221 ◦ blue 0

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

Shades of Inch Worm #B5DD00

Tints of Inch Worm #B5DD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.02%
G = 54.98%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#B5DD00 (or 0xB5DD00) is known color: Inch Worm. HEX triplet: B5, DD and 00. RGB value is (181,221,0). Sum of RGB (Red+Green+Blue) = 181+221+0=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 221 (86.72% from 255 or 54.98% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5DD00 is #4A22FF. Grayscale: #B8B8B8. Windows color (decimal): -4858624 or 56757. OLE color: 56757.

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

Color convert

RGB 181 221 0 -
CMYK 0.18 0 1 0.13
HSL 70.86º 1% 0.43% -
HSV(B) 70.86º 1% 0.87% -
XYZ 44.91 61.54 9.51 -
YUV 183.85 24.25 125.97 -
System Red Green Blue C M Y K H S L
Decimal 181 221 0 0.18 0 1 0.13 70.86 1 0.43
Hex B5 DD 0 12 0 64 D 47 64 2B
Octal 265 335 0 22 0 144 15 107 144 53
Binary 10110101 11011101 0 10010 0 1100100 1101 1000111 1100100 101011

Color Harmonies of #B5DD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DD00

Black with #B5DD00

Text Example


Text Example

White with #B5DD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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