Html Css Color HEX #BFE21B Inch Worm

📋 copy color: '#BFE21B'

red 191 ◦ green 226 ◦ blue 27

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

Shades of Inch Worm #BFE21B

Tints of Inch Worm #BFE21B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.08%

R = 43.02%
G = 50.9%
B = 6.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#BFE21B (or 0xBFE21B) is known color: Inch Worm. HEX triplet: BF, E2 and 1B. RGB value is (191,226,27). Sum of RGB (Red+Green+Blue) = 191+226+27=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 226 (88.67% from 255 or 50.90% from 444); Blue value is 27 (10.94% from 255 or 6.08% from 444); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE21B is #401DE4. Grayscale: #C1C1C1. Windows color (decimal): -4201957 or 1827519. OLE color: 1827519.

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

Color convert

RGB 191 226 27 -
CMYK 0.15 0 0.88 0.11
HSL 70.55º 0.79% 0.5% -
HSV(B) 70.55º 0.88% 0.89% -
XYZ 48.88 65.55 11.11 -
YUV 192.85 34.4 126.68 -
System Red Green Blue C M Y K H S L
Decimal 191 226 27 0.15 0 0.88 0.11 70.55 0.79 0.5
Hex BF E2 1B F 0 58 B 47 4F 32
Octal 277 342 33 17 0 130 13 107 117 62
Binary 10111111 11100010 11011 1111 0 1011000 1011 1000111 1001111 110010

Color Harmonies of #BFE21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE21B

Black with #BFE21B

Text Example


Text Example

White with #BFE21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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