Html Css Color HEX #BFE214 Inch Worm

📋 copy color: '#BFE214'

red 191 ◦ green 226 ◦ blue 20

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

Shades of Inch Worm #BFE214

Tints of Inch Worm #BFE214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.58%

R = 43.71%
G = 51.72%
B = 4.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#BFE214 (or 0xBFE214) is known color: Inch Worm. HEX triplet: BF, E2 and 14. RGB value is (191,226,20). Sum of RGB (Red+Green+Blue) = 191+226+20=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 226 (88.67% from 255 or 51.72% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE214 is #401DEB. Grayscale: #C0C0C0. Windows color (decimal): -4201964 or 1368767. OLE color: 1368767.

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

Color convert

RGB 191 226 20 -
CMYK 0.15 0 0.91 0.11
HSL 70.19º 0.84% 0.48% -
HSV(B) 70.19º 0.91% 0.89% -
XYZ 48.81 65.52 10.74 -
YUV 192.05 30.9 127.25 -
System Red Green Blue C M Y K H S L
Decimal 191 226 20 0.15 0 0.91 0.11 70.19 0.84 0.48
Hex BF E2 14 F 0 5B B 46 54 30
Octal 277 342 24 17 0 133 13 106 124 60
Binary 10111111 11100010 10100 1111 0 1011011 1011 1000110 1010100 110000

Color Harmonies of #BFE214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE214

Black with #BFE214

Text Example


Text Example

White with #BFE214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE214; }

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

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

background-color css

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

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

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

border-color css

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

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

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