Html Css Color HEX #BFE21F Inch Worm

📋 copy color: '#BFE21F'

red 191 ◦ green 226 ◦ blue 31

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

Shades of Inch Worm #BFE21F

Tints of Inch Worm #BFE21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.92%

R = 42.63%
G = 50.45%
B = 6.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#BFE21F (or 0xBFE21F) is known color: Inch Worm. HEX triplet: BF, E2 and 1F. RGB value is (191,226,31). Sum of RGB (Red+Green+Blue) = 191+226+31=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 226 (88.67% from 255 or 50.45% from 448); Blue value is 31 (12.5% from 255 or 6.92% from 448); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE21F is #401DE0. Grayscale: #C2C2C2. Windows color (decimal): -4201953 or 2089663. OLE color: 2089663.

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

Color convert

RGB 191 226 31 -
CMYK 0.15 0 0.86 0.11
HSL 70.77º 0.77% 0.5% -
HSV(B) 70.77º 0.86% 0.89% -
XYZ 48.93 65.57 11.37 -
YUV 193.31 36.4 126.36 -
System Red Green Blue C M Y K H S L
Decimal 191 226 31 0.15 0 0.86 0.11 70.77 0.77 0.5
Hex BF E2 1F F 0 56 B 47 4D 32
Octal 277 342 37 17 0 126 13 107 115 62
Binary 10111111 11100010 11111 1111 0 1010110 1011 1000111 1001101 110010

Color Harmonies of #BFE21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE21F

Black with #BFE21F

Text Example


Text Example

White with #BFE21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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