Html Css Color HEX #B0DA02 Inch Worm

📋 copy color: '#B0DA02'

red 176 ◦ green 218 ◦ blue 2

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

Shades of Inch Worm #B0DA02

Tints of Inch Worm #B0DA02

RGB

 RED value IS 176 (69.14% from 255) = 44.44%

 GREEN value IS 218 (85.55% from 255) = 55.05%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 44.44%
G = 55.05%
B = 0.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#B0DA02 (or 0xB0DA02) is known color: Inch Worm. HEX triplet: B0, DA and 02. RGB value is (176,218,2). Sum of RGB (Red+Green+Blue) = 176+218+2=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 218 (85.55% from 255 or 55.05% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0DA02 is #4F25FD. Grayscale: #B5B5B5. Windows color (decimal): -5187070 or 187056. OLE color: 187056.

HSL color Cylindrical-coordinate representation of color #B0DA02: hue angle of 71.67º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0DA02 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 218 2 -
CMYK 0.19 0 0.99 0.15
HSL 71.67º 0.98% 0.43% -
HSV(B) 71.67º 0.99% 0.85% -
XYZ 42.99 59.38 9.25 -
YUV 180.82 27.09 124.56 -
System Red Green Blue C M Y K H S L
Decimal 176 218 2 0.19 0 0.99 0.15 71.67 0.98 0.43
Hex B0 DA 2 13 0 63 F 48 62 2B
Octal 260 332 2 23 0 143 17 110 142 53
Binary 10110000 11011010 10 10011 0 1100011 1111 1001000 1100010 101011

Color Harmonies of #B0DA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA02

Black with #B0DA02

Text Example


Text Example

White with #B0DA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA02; }

 p { color: rgb(176,218,2); }

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

background-color css

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

 a { background-color: rgb(176,218,2); }

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

border-color css

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

 span { border-color: rgb(176,218,2); }

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