Html Css Color HEX #B0DA04 Inch Worm

📋 copy color: '#B0DA04'

red 176 ◦ green 218 ◦ blue 4

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

Shades of Inch Worm #B0DA04

Tints of Inch Worm #B0DA04

RGB

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

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

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

R = 44.22%
G = 54.77%
B = 1.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#B0DA04 (or 0xB0DA04) is known color: Inch Worm. HEX triplet: B0, DA and 04. RGB value is (176,218,4). Sum of RGB (Red+Green+Blue) = 176+218+4=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 218 (85.55% from 255 or 54.77% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0DA04 is #4F25FB. Grayscale: #B5B5B5. Windows color (decimal): -5187068 or 318128. OLE color: 318128.

HSL color Cylindrical-coordinate representation of color #B0DA04: hue angle of 71.78º 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 #B0DA04 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 218 4 -
CMYK 0.19 0 0.98 0.15
HSL 71.78º 0.96% 0.44% -
HSV(B) 71.78º 0.98% 0.85% -
XYZ 43 59.38 9.31 -
YUV 181.05 28.09 124.4 -
System Red Green Blue C M Y K H S L
Decimal 176 218 4 0.19 0 0.98 0.15 71.78 0.96 0.44
Hex B0 DA 4 13 0 62 F 48 60 2C
Octal 260 332 4 23 0 142 17 110 140 54
Binary 10110000 11011010 100 10011 0 1100010 1111 1001000 1100000 101100

Color Harmonies of #B0DA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA04

Black with #B0DA04

Text Example


Text Example

White with #B0DA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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