Html Css Color HEX #BFE10F Inch Worm

📋 copy color: '#BFE10F'

red 191 ◦ green 225 ◦ blue 15

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

Shades of Inch Worm #BFE10F

Tints of Inch Worm #BFE10F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.2%

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

R = 44.32%
G = 52.2%
B = 3.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#BFE10F (or 0xBFE10F) is known color: Inch Worm. HEX triplet: BF, E1 and 0F. RGB value is (191,225,15). Sum of RGB (Red+Green+Blue) = 191+225+15=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 225 (88.28% from 255 or 52.20% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE10F is #401EF0. Grayscale: #BFBFBF. Windows color (decimal): -4202225 or 1040831. OLE color: 1040831.

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

Color convert

RGB 191 225 15 -
CMYK 0.15 0 0.93 0.12
HSL 69.71º 0.88% 0.47% -
HSV(B) 69.71º 0.93% 0.88% -
XYZ 48.5 64.96 10.43 -
YUV 190.89 28.74 128.08 -
System Red Green Blue C M Y K H S L
Decimal 191 225 15 0.15 0 0.93 0.12 69.71 0.88 0.47
Hex BF E1 F F 0 5D C 46 58 2F
Octal 277 341 17 17 0 135 14 106 130 57
Binary 10111111 11100001 1111 1111 0 1011101 1100 1000110 1011000 101111

Color Harmonies of #BFE10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE10F

Black with #BFE10F

Text Example


Text Example

White with #BFE10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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