Html Css Color HEX #BFE213 Inch Worm

📋 copy color: '#BFE213'

red 191 ◦ green 226 ◦ blue 19

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

Shades of Inch Worm #BFE213

Tints of Inch Worm #BFE213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.36%

R = 43.81%
G = 51.83%
B = 4.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#BFE213 (or 0xBFE213) is known color: Inch Worm. HEX triplet: BF, E2 and 13. RGB value is (191,226,19). Sum of RGB (Red+Green+Blue) = 191+226+19=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 226 (88.67% from 255 or 51.83% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE213 is #401DEC. Grayscale: #C0C0C0. Windows color (decimal): -4201965 or 1303231. OLE color: 1303231.

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

Color convert

RGB 191 226 19 -
CMYK 0.15 0 0.92 0.11
HSL 70.14º 0.84% 0.48% -
HSV(B) 70.14º 0.92% 0.89% -
XYZ 48.8 65.52 10.69 -
YUV 191.94 30.4 127.33 -
System Red Green Blue C M Y K H S L
Decimal 191 226 19 0.15 0 0.92 0.11 70.14 0.84 0.48
Hex BF E2 13 F 0 5C B 46 54 30
Octal 277 342 23 17 0 134 13 106 124 60
Binary 10111111 11100010 10011 1111 0 1011100 1011 1000110 1010100 110000

Color Harmonies of #BFE213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE213

Black with #BFE213

Text Example


Text Example

White with #BFE213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE213; }

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

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

background-color css

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

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

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

border-color css

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

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

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