Html Css Color HEX #B2DA03 Inch Worm

📋 copy color: '#B2DA03'

red 178 ◦ green 218 ◦ blue 3

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

Shades of Inch Worm #B2DA03

Tints of Inch Worm #B2DA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 44.61%
G = 54.64%
B = 0.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#B2DA03 (or 0xB2DA03) is known color: Inch Worm. HEX triplet: B2, DA and 03. RGB value is (178,218,3). Sum of RGB (Red+Green+Blue) = 178+218+3=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 218 (85.55% from 255 or 54.64% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DA03 is #4D25FC. Grayscale: #B6B6B6. Windows color (decimal): -5055997 or 252594. OLE color: 252594.

HSL color Cylindrical-coordinate representation of color #B2DA03: hue angle of 71.16º degrees, saturation: 0.97, 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 #B2DA03 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 218 3 -
CMYK 0.18 0 0.99 0.15
HSL 71.16º 0.97% 0.43% -
HSV(B) 71.16º 0.99% 0.85% -
XYZ 43.45 59.61 9.3 -
YUV 181.53 27.25 125.48 -
System Red Green Blue C M Y K H S L
Decimal 178 218 3 0.18 0 0.99 0.15 71.16 0.97 0.43
Hex B2 DA 3 12 0 63 F 47 61 2B
Octal 262 332 3 22 0 143 17 107 141 53
Binary 10110010 11011010 11 10010 0 1100011 1111 1000111 1100001 101011

Color Harmonies of #B2DA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA03

Black with #B2DA03

Text Example


Text Example

White with #B2DA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA03; }

 p { color: rgb(178,218,3); }

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

background-color css

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

 a { background-color: rgb(178,218,3); }

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

border-color css

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

 span { border-color: rgb(178,218,3); }

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