Html Css Color HEX #BFE300 Inch Worm

📋 copy color: '#BFE300'

red 191 ◦ green 227 ◦ blue 0

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

Shades of Inch Worm #BFE300

Tints of Inch Worm #BFE300

RGB

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

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

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

R = 45.69%
G = 54.31%
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

#BFE300 (or 0xBFE300) is known color: Inch Worm. HEX triplet: BF, E3 and 00. RGB value is (191,227,0). Sum of RGB (Red+Green+Blue) = 191+227+0=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 227 (89.06% from 255 or 54.31% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE300 is #401CFF. Grayscale: #BFBFBF. Windows color (decimal): -4201728 or 58303. OLE color: 58303.

HSL color Cylindrical-coordinate representation of color #BFE300: hue angle of 69.52º 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 #BFE300 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 227 0 -
CMYK 0.16 0 1 0.11
HSL 69.52º 1% 0.45% -
HSV(B) 69.52º 1% 0.89% -
XYZ 48.95 66.01 10.16 -
YUV 190.36 20.57 128.46 -
System Red Green Blue C M Y K H S L
Decimal 191 227 0 0.16 0 1 0.11 69.52 1 0.45
Hex BF E3 0 10 0 64 B 46 64 2D
Octal 277 343 0 20 0 144 13 106 144 55
Binary 10111111 11100011 0 10000 0 1100100 1011 1000110 1100100 101101

Color Harmonies of #BFE300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE300

Black with #BFE300

Text Example


Text Example

White with #BFE300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE300; }

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

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

background-color css

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

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

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

border-color css

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

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

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