Html Css Color HEX #B2DD08 Inch Worm

📋 copy color: '#B2DD08'

red 178 ◦ green 221 ◦ blue 8

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

Shades of Inch Worm #B2DD08

Tints of Inch Worm #B2DD08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.97%

R = 43.73%
G = 54.3%
B = 1.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#B2DD08 (or 0xB2DD08) is known color: Inch Worm. HEX triplet: B2, DD and 08. RGB value is (178,221,8). Sum of RGB (Red+Green+Blue) = 178+221+8=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DD08 is #4D22F7. Grayscale: #B8B8B8. Windows color (decimal): -5055224 or 581042. OLE color: 581042.

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

Color convert

RGB 178 221 8 -
CMYK 0.19 0 0.96 0.13
HSL 72.11º 0.93% 0.45% -
HSV(B) 72.11º 0.96% 0.87% -
XYZ 44.26 61.2 9.71 -
YUV 183.86 28.75 123.82 -
System Red Green Blue C M Y K H S L
Decimal 178 221 8 0.19 0 0.96 0.13 72.11 0.93 0.45
Hex B2 DD 8 13 0 60 D 48 5D 2D
Octal 262 335 10 23 0 140 15 110 135 55
Binary 10110010 11011101 1000 10011 0 1100000 1101 1001000 1011101 101101

Color Harmonies of #B2DD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DD08

Black with #B2DD08

Text Example


Text Example

White with #B2DD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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