Html Css Color HEX #BFE200 Inch Worm

📋 copy color: '#BFE200'

red 191 ◦ green 226 ◦ blue 0

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

Shades of Inch Worm #BFE200

Tints of Inch Worm #BFE200

RGB

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

 GREEN value IS 226 (88.67% from 255) = 54.2%

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

R = 45.8%
G = 54.2%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#BFE200 (or 0xBFE200) is known color: Inch Worm. HEX triplet: BF, E2 and 00. RGB value is (191,226,0). Sum of RGB (Red+Green+Blue) = 191+226+0=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 226 (88.67% from 255 or 54.20% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE200 is #401DFF. Grayscale: #BEBEBE. Windows color (decimal): -4201984 or 58047. OLE color: 58047.

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

Color convert

RGB 191 226 0 -
CMYK 0.15 0 1 0.11
HSL 69.29º 1% 0.44% -
HSV(B) 69.29º 1% 0.89% -
XYZ 48.68 65.47 10.07 -
YUV 189.77 20.9 128.88 -
System Red Green Blue C M Y K H S L
Decimal 191 226 0 0.15 0 1 0.11 69.29 1 0.44
Hex BF E2 0 F 0 64 B 45 64 2C
Octal 277 342 0 17 0 144 13 105 144 54
Binary 10111111 11100010 0 1111 0 1100100 1011 1000101 1100100 101100

Color Harmonies of #BFE200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE200

Black with #BFE200

Text Example


Text Example

White with #BFE200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE200; }

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

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

background-color css

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

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

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

border-color css

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

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

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