Html Css Color HEX #BFE303 Inch Worm

📋 copy color: '#BFE303'

red 191 ◦ green 227 ◦ blue 3

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

Shades of Inch Worm #BFE303

Tints of Inch Worm #BFE303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.71%

R = 45.37%
G = 53.92%
B = 0.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#BFE303 (or 0xBFE303) is known color: Inch Worm. HEX triplet: BF, E3 and 03. RGB value is (191,227,3). Sum of RGB (Red+Green+Blue) = 191+227+3=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 227 (89.06% from 255 or 53.92% from 421); Blue value is 3 (1.56% from 255 or 0.71% from 421); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE303 is #401CFC. Grayscale: #BFBFBF. Windows color (decimal): -4201725 or 254911. OLE color: 254911.

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

Color convert

RGB 191 227 3 -
CMYK 0.16 0 0.99 0.11
HSL 69.64º 0.97% 0.45% -
HSV(B) 69.64º 0.99% 0.89% -
XYZ 48.97 66.02 10.25 -
YUV 190.7 22.07 128.21 -
System Red Green Blue C M Y K H S L
Decimal 191 227 3 0.16 0 0.99 0.11 69.64 0.97 0.45
Hex BF E3 3 10 0 63 B 46 61 2D
Octal 277 343 3 20 0 143 13 106 141 55
Binary 10111111 11100011 11 10000 0 1100011 1011 1000110 1100001 101101

Color Harmonies of #BFE303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE303

Black with #BFE303

Text Example


Text Example

White with #BFE303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE303; }

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

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

background-color css

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

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

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

border-color css

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

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

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