Html Css Color HEX #BFE310 Inch Worm

📋 copy color: '#BFE310'

red 191 ◦ green 227 ◦ blue 16

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

Shades of Inch Worm #BFE310

Tints of Inch Worm #BFE310

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.3%

 BLUE value IS 16 (6.64% from 255) = 3.69%

R = 44.01%
G = 52.3%
B = 3.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#BFE310 (or 0xBFE310) is known color: Inch Worm. HEX triplet: BF, E3 and 10. RGB value is (191,227,16). Sum of RGB (Red+Green+Blue) = 191+227+16=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 227 (89.06% from 255 or 52.30% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE310 is #401CEF. Grayscale: #C0C0C0. Windows color (decimal): -4201712 or 1106879. OLE color: 1106879.

HSL color Cylindrical-coordinate representation of color #BFE310: hue angle of 70.24º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFE310 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 227 16 -
CMYK 0.16 0 0.93 0.11
HSL 70.24º 0.87% 0.48% -
HSV(B) 70.24º 0.93% 0.89% -
XYZ 49.05 66.05 10.65 -
YUV 192.18 28.57 127.16 -
System Red Green Blue C M Y K H S L
Decimal 191 227 16 0.16 0 0.93 0.11 70.24 0.87 0.48
Hex BF E3 10 10 0 5D B 46 57 30
Octal 277 343 20 20 0 135 13 106 127 60
Binary 10111111 11100011 10000 10000 0 1011101 1011 1000110 1010111 110000

Color Harmonies of #BFE310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE310

Black with #BFE310

Text Example


Text Example

White with #BFE310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE310; }

 p { color: rgb(191,227,16); }

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

background-color css

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

 a { background-color: rgb(191,227,16); }

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

border-color css

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

 span { border-color: rgb(191,227,16); }

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