Html Css Color HEX #BFE400 Inch Worm

📋 copy color: '#BFE400'

red 191 ◦ green 228 ◦ blue 0

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

Shades of Inch Worm #BFE400

Tints of Inch Worm #BFE400

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.42%

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

R = 45.58%
G = 54.42%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#BFE400 (or 0xBFE400) is known color: Inch Worm. HEX triplet: BF, E4 and 00. RGB value is (191,228,0). Sum of RGB (Red+Green+Blue) = 191+228+0=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 228 (89.45% from 255 or 54.42% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE400 is #401BFF. Grayscale: #BFBFBF. Windows color (decimal): -4201472 or 58559. OLE color: 58559.

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

Color convert

RGB 191 228 0 -
CMYK 0.16 0 1 0.11
HSL 69.74º 1% 0.45% -
HSV(B) 69.74º 1% 0.89% -
XYZ 49.23 66.56 10.25 -
YUV 190.95 20.24 128.04 -
System Red Green Blue C M Y K H S L
Decimal 191 228 0 0.16 0 1 0.11 69.74 1 0.45
Hex BF E4 0 10 0 64 B 46 64 2D
Octal 277 344 0 20 0 144 13 106 144 55
Binary 10111111 11100100 0 10000 0 1100100 1011 1000110 1100100 101101

Color Harmonies of #BFE400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE400

Black with #BFE400

Text Example


Text Example

White with #BFE400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE400; }

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

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

background-color css

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

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

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

border-color css

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

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

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