Html Css Color HEX #BFE010 Inch Worm

📋 copy color: '#BFE010'

red 191 ◦ green 224 ◦ blue 16

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

Shades of Inch Worm #BFE010

Tints of Inch Worm #BFE010

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.97%

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

R = 44.32%
G = 51.97%
B = 3.71%

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

#BFE010 (or 0xBFE010) is known color: Inch Worm. HEX triplet: BF, E0 and 10. RGB value is (191,224,16). Sum of RGB (Red+Green+Blue) = 191+224+16=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE010 is #401FEF. Grayscale: #BFBFBF. Windows color (decimal): -4202480 or 1106111. OLE color: 1106111.

HSL color Cylindrical-coordinate representation of color #BFE010: hue angle of 69.52º degrees, saturation: 0.87, 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 #BFE010 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 16 -
CMYK 0.15 0 0.93 0.12
HSL 69.52º 0.87% 0.47% -
HSV(B) 69.52º 0.93% 0.88% -
XYZ 48.24 64.43 10.38 -
YUV 190.42 29.57 128.41 -
System Red Green Blue C M Y K H S L
Decimal 191 224 16 0.15 0 0.93 0.12 69.52 0.87 0.47
Hex BF E0 10 F 0 5D C 46 57 2F
Octal 277 340 20 17 0 135 14 106 127 57
Binary 10111111 11100000 10000 1111 0 1011101 1100 1000110 1010111 101111

Color Harmonies of #BFE010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE010

Black with #BFE010

Text Example


Text Example

White with #BFE010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE010; }

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

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

background-color css

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

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

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

border-color css

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

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

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