Html Css Color HEX #BFE000 Inch Worm

📋 copy color: '#BFE000'

red 191 ◦ green 224 ◦ blue 0

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

Shades of Inch Worm #BFE000

Tints of Inch Worm #BFE000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.02%
G = 53.98%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#BFE000 (or 0xBFE000) is known color: Inch Worm. HEX triplet: BF, E0 and 00. RGB value is (191,224,0). Sum of RGB (Red+Green+Blue) = 191+224+0=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 224 (87.89% from 255 or 53.98% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE000 is #401FFF. Grayscale: #BDBDBD. Windows color (decimal): -4202496 or 57535. OLE color: 57535.

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

Color convert

RGB 191 224 0 -
CMYK 0.15 0 1 0.12
HSL 68.84º 1% 0.44% -
HSV(B) 68.84º 1% 0.88% -
XYZ 48.14 64.39 9.89 -
YUV 188.6 21.57 129.71 -
System Red Green Blue C M Y K H S L
Decimal 191 224 0 0.15 0 1 0.12 68.84 1 0.44
Hex BF E0 0 F 0 64 C 45 64 2C
Octal 277 340 0 17 0 144 14 105 144 54
Binary 10111111 11100000 0 1111 0 1100100 1100 1000101 1100100 101100

Color Harmonies of #BFE000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE000

Black with #BFE000

Text Example


Text Example

White with #BFE000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE000; }

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

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

background-color css

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

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

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

border-color css

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

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

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