Html Css Color HEX #B2DD21 Inch Worm

📋 copy color: '#B2DD21'

red 178 ◦ green 221 ◦ blue 33

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

Shades of Inch Worm #B2DD21

Tints of Inch Worm #B2DD21

RGB

 RED value IS 178 (69.92% from 255) = 41.2%

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

 BLUE value IS 33 (13.28% from 255) = 7.64%

R = 41.2%
G = 51.16%
B = 7.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#B2DD21 (or 0xB2DD21) is known color: Inch Worm. HEX triplet: B2, DD and 21. RGB value is (178,221,33). Sum of RGB (Red+Green+Blue) = 178+221+33=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DD21 is #4D22DE. Grayscale: #BBBBBB. Windows color (decimal): -5055199 or 2219442. OLE color: 2219442.

HSL color Cylindrical-coordinate representation of color #B2DD21: hue angle of 73.72º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2DD21 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 221 33 -
CMYK 0.19 0 0.85 0.13
HSL 73.72º 0.74% 0.5% -
HSV(B) 73.72º 0.85% 0.87% -
XYZ 44.49 61.29 10.92 -
YUV 186.71 41.25 121.79 -
System Red Green Blue C M Y K H S L
Decimal 178 221 33 0.19 0 0.85 0.13 73.72 0.74 0.5
Hex B2 DD 21 13 0 55 D 4A 4A 32
Octal 262 335 41 23 0 125 15 112 112 62
Binary 10110010 11011101 100001 10011 0 1010101 1101 1001010 1001010 110010

Color Harmonies of #B2DD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DD21

Black with #B2DD21

Text Example


Text Example

White with #B2DD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DD21; }

 p { color: rgb(178,221,33); }

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

background-color css

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

 a { background-color: rgb(178,221,33); }

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

border-color css

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

 span { border-color: rgb(178,221,33); }

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