#BFDA00

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

Shades of Inch Worm #BFDA00

Tints of Inch Worm #BFDA00

Color information

#BFDA00 (or 0xBFDA00) is unknown color: approx Inch Worm. HEX triplet: BF, DA and 00. RGB value is (191,218,0). Sum of RGB (Red+Green+Blue) = 191+218+0=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDA00 is #4025FF. Grayscale: #B9B9B9. Windows color (decimal): -4204032 or 55999. OLE color: 55999.

HSL color Cylindrical-coordinate representation of color #BFDA00: hue angle of 67.43º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFDA00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB1912180-
CMYK0.12010.15
HSL67.43º100%42.75%-
HSV(B)67.43º100%85.49%-
XYZ46.5661.229.36-
YUV185.0823.55132.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 218 (85.55% from 255) = 53.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.70%
G=53.30%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal19121800.12010.1567.4310042.75
HexBFDA0C064F43642b
Octal27733201401441710314453
Binary10111111110110100110001100100111110000111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDA00; }

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

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

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

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

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

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

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

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