Html Css Color HEX #B2DA04 Inch Worm

📋 copy color: '#B2DA04'

red 178 ◦ green 218 ◦ blue 4

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

Shades of Inch Worm #B2DA04

Tints of Inch Worm #B2DA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1%

R = 44.5%
G = 54.5%
B = 1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#B2DA04 (or 0xB2DA04) is known color: Inch Worm. HEX triplet: B2, DA and 04. RGB value is (178,218,4). Sum of RGB (Red+Green+Blue) = 178+218+4=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DA04 is #4D25FB. Grayscale: #B6B6B6. Windows color (decimal): -5055996 or 318130. OLE color: 318130.

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

Color convert

RGB 178 218 4 -
CMYK 0.18 0 0.98 0.15
HSL 71.21º 0.96% 0.44% -
HSV(B) 71.21º 0.98% 0.85% -
XYZ 43.45 59.62 9.33 -
YUV 181.64 27.75 125.4 -
System Red Green Blue C M Y K H S L
Decimal 178 218 4 0.18 0 0.98 0.15 71.21 0.96 0.44
Hex B2 DA 4 12 0 62 F 47 60 2C
Octal 262 332 4 22 0 142 17 107 140 54
Binary 10110010 11011010 100 10010 0 1100010 1111 1000111 1100000 101100

Color Harmonies of #B2DA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA04

Black with #B2DA04

Text Example


Text Example

White with #B2DA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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