#BFDF00

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

Shades of Inch Worm #BFDF00

Tints of Inch Worm #BFDF00

Color information

#BFDF00 (or 0xBFDF00) is unknown color: approx Inch Worm. HEX triplet: BF, DF and 00. RGB value is (191,223,0). Sum of RGB (Red+Green+Blue) = 191+223+0=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDF00 is #4020FF. Grayscale: #BCBCBC. Windows color (decimal): -4202752 or 57279. OLE color: 57279.

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

Color convert

RGB1912230-
CMYK0.14010.13
HSL68.61º100%43.73%-
HSV(B)68.61º100%87.45%-
XYZ47.8763.859.8-
YUV188.0121.9130.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.14%
GREEN value IS 223 (87.5% from 255) = 53.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.14%
G=53.86%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19122300.14010.1368.6110043.73
HexBFDF0E064D45642c
Octal27733701601441510514454
Binary10111111110111110111001100100110110001011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDF00; }

 p { color: rgb(191,223,0); }

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

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

 a { background-color: rgb(191,223,0); }

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

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

 span { border-color: rgb(191,223,0); }

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