Html Css Color HEX #BFEB0F Inch Worm

📋 copy color: '#BFEB0F'

red 191 ◦ green 235 ◦ blue 15

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

Shades of Inch Worm #BFEB0F

Tints of Inch Worm #BFEB0F

RGB

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

 GREEN value IS 235 (92.19% from 255) = 53.29%

 BLUE value IS 15 (6.25% from 255) = 3.4%

R = 43.31%
G = 53.29%
B = 3.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#BFEB0F (or 0xBFEB0F) is known color: Inch Worm. HEX triplet: BF, EB and 0F. RGB value is (191,235,15). Sum of RGB (Red+Green+Blue) = 191+235+15=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 235 (92.19% from 255 or 53.29% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEB0F is #4014F0. Grayscale: #C5C5C5. Windows color (decimal): -4199665 or 1043391. OLE color: 1043391.

HSL color Cylindrical-coordinate representation of color #BFEB0F: hue angle of 72º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFEB0F is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 235 15 -
CMYK 0.19 0 0.94 0.08
HSL 72º 0.88% 0.49% -
HSV(B) 72º 0.94% 0.92% -
XYZ 51.28 70.53 11.36 -
YUV 196.76 25.42 123.89 -
System Red Green Blue C M Y K H S L
Decimal 191 235 15 0.19 0 0.94 0.08 72 0.88 0.49
Hex BF EB F 13 0 5E 8 48 58 31
Octal 277 353 17 23 0 136 10 110 130 61
Binary 10111111 11101011 1111 10011 0 1011110 1000 1001000 1011000 110001

Color Harmonies of #BFEB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEB0F

Black with #BFEB0F

Text Example


Text Example

White with #BFEB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEB0F; }

 p { color: rgb(191,235,15); }

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

background-color css

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

 a { background-color: rgb(191,235,15); }

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

border-color css

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

 span { border-color: rgb(191,235,15); }

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