#BFDD04

Color #BFDD04 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #BFDD04

Tints of Inch Worm #BFDD04

Color information

#BFDD04 (or 0xBFDD04) is unknown color: approx Inch Worm. HEX triplet: BF, DD and 04. RGB value is (191,221,4). Sum of RGB (Red+Green+Blue) = 191+221+4=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDD04 is #4022FB. Grayscale: #BCBCBC. Windows color (decimal): -4203260 or 318911. OLE color: 318911.

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

Color convert

RGB1912214-
CMYK0.1400.980.13
HSL68.29º96.44%44.12%-
HSV(B)68.29º98.19%86.67%-
XYZ47.3662.89.74-
YUV187.2924.56130.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 221 (86.72% from 255) = 53.12%
BLUE value IS 4 (1.95% from 255) = 0.96%
R=45.91%
G=53.12%
B=0.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19122140.1400.980.1368.2996.4444.12
HexBFDD4E062D44602c
Octal27733541601421510414054
Binary1011111111011101100111001100010110110001001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDD04; }

 p { color: rgb(191,221,4); }

 H1.HeaderClassName
 {
   color: #BFDD04;
 }
 .AnyTagClassName
 {
   color: #BFDD04;
 }
</style>
background-color css

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

 a { background-color: rgb(191,221,4); }

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

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

 span { border-color: rgb(191,221,4); }

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