Html Css Color HEX #BFEC06 Inch Worm

📋 copy color: '#BFEC06'

red 191 ◦ green 236 ◦ blue 6

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

Shades of Inch Worm #BFEC06

Tints of Inch Worm #BFEC06

RGB

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

 GREEN value IS 236 (92.58% from 255) = 54.5%

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

R = 44.11%
G = 54.5%
B = 1.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#BFEC06 (or 0xBFEC06) is known color: Inch Worm. HEX triplet: BF, EC and 06. RGB value is (191,236,6). Sum of RGB (Red+Green+Blue) = 191+236+6=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 236 (92.58% from 255 or 54.50% from 433); Blue value is 6 (2.73% from 255 or 1.39% from 433); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEC06 is #4013F9. Grayscale: #C5C5C5. Windows color (decimal): -4199418 or 453823. OLE color: 453823.

HSL color Cylindrical-coordinate representation of color #BFEC06: hue angle of 71.74º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFEC06 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 236 6 -
CMYK 0.19 0 0.97 0.07
HSL 71.74º 0.95% 0.47% -
HSV(B) 71.74º 0.97% 0.93% -
XYZ 51.51 71.08 11.18 -
YUV 196.33 20.59 124.2 -
System Red Green Blue C M Y K H S L
Decimal 191 236 6 0.19 0 0.97 0.07 71.74 0.95 0.47
Hex BF EC 6 13 0 61 7 48 5F 2F
Octal 277 354 6 23 0 141 7 110 137 57
Binary 10111111 11101100 110 10011 0 1100001 111 1001000 1011111 101111

Color Harmonies of #BFEC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC06

Black with #BFEC06

Text Example


Text Example

White with #BFEC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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