Html Css Color HEX #BFDF06 Inch Worm

📋 copy color: '#BFDF06'

red 191 ◦ green 223 ◦ blue 6

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

Shades of Inch Worm #BFDF06

Tints of Inch Worm #BFDF06

RGB

 RED value IS 191 (75% from 255) = 45.48%

 GREEN value IS 223 (87.5% from 255) = 53.1%

 BLUE value IS 6 (2.73% from 255) = 1.43%

R = 45.48%
G = 53.1%
B = 1.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#BFDF06 (or 0xBFDF06) is known color: Inch Worm. HEX triplet: BF, DF and 06. RGB value is (191,223,6). Sum of RGB (Red+Green+Blue) = 191+223+6=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 6 (2.73% from 255 or 1.43% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDF06 is #4020F9. Grayscale: #BDBDBD. Windows color (decimal): -4202746 or 450495. OLE color: 450495.

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

Color convert

RGB 191 223 6 -
CMYK 0.14 0 0.97 0.13
HSL 68.85º 0.95% 0.45% -
HSV(B) 68.85º 0.97% 0.87% -
XYZ 47.91 63.86 9.97 -
YUV 188.69 24.9 129.64 -
System Red Green Blue C M Y K H S L
Decimal 191 223 6 0.14 0 0.97 0.13 68.85 0.95 0.45
Hex BF DF 6 E 0 61 D 45 5F 2D
Octal 277 337 6 16 0 141 15 105 137 55
Binary 10111111 11011111 110 1110 0 1100001 1101 1000101 1011111 101101

Color Harmonies of #BFDF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF06

Black with #BFDF06

Text Example


Text Example

White with #BFDF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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