Html Css Color HEX #B2DF06 Inch Worm

📋 copy color: '#B2DF06'

red 178 ◦ green 223 ◦ blue 6

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

Shades of Inch Worm #B2DF06

Tints of Inch Worm #B2DF06

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.79%

 BLUE value IS 6 (2.73% from 255) = 1.47%

R = 43.73%
G = 54.79%
B = 1.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#B2DF06 (or 0xB2DF06) is known color: Inch Worm. HEX triplet: B2, DF and 06. RGB value is (178,223,6). Sum of RGB (Red+Green+Blue) = 178+223+6=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 223 (87.5% from 255 or 54.79% from 407); Blue value is 6 (2.73% from 255 or 1.47% from 407); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DF06 is #4D20F9. Grayscale: #B9B9B9. Windows color (decimal): -5054714 or 450482. OLE color: 450482.

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

Color convert

RGB 178 223 6 -
CMYK 0.20 0 0.97 0.13
HSL 72.44º 0.95% 0.45% -
HSV(B) 72.44º 0.97% 0.87% -
XYZ 44.78 62.25 9.83 -
YUV 184.81 27.09 123.14 -
System Red Green Blue C M Y K H S L
Decimal 178 223 6 0.20 0 0.97 0.13 72.44 0.95 0.45
Hex B2 DF 6 14 0 61 D 48 5F 2D
Octal 262 337 6 24 0 141 15 110 137 55
Binary 10110010 11011111 110 10100 0 1100001 1101 1001000 1011111 101101

Color Harmonies of #B2DF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DF06

Black with #B2DF06

Text Example


Text Example

White with #B2DF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DF06; }

 p { color: rgb(178,223,6); }

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

background-color css

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

 a { background-color: rgb(178,223,6); }

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

border-color css

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

 span { border-color: rgb(178,223,6); }

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