Html Css Color HEX #BFE41F Inch Worm

📋 copy color: '#BFE41F'

red 191 ◦ green 228 ◦ blue 31

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

Shades of Inch Worm #BFE41F

Tints of Inch Worm #BFE41F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.67%

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

R = 42.44%
G = 50.67%
B = 6.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#BFE41F (or 0xBFE41F) is known color: Inch Worm. HEX triplet: BF, E4 and 1F. RGB value is (191,228,31). Sum of RGB (Red+Green+Blue) = 191+228+31=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 228 (89.45% from 255 or 50.67% from 450); Blue value is 31 (12.5% from 255 or 6.89% from 450); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE41F is #401BE0. Grayscale: #C3C3C3. Windows color (decimal): -4201441 or 2090175. OLE color: 2090175.

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

Color convert

RGB 191 228 31 -
CMYK 0.16 0 0.86 0.11
HSL 71.27º 0.78% 0.51% -
HSV(B) 71.27º 0.86% 0.89% -
XYZ 49.48 66.66 11.56 -
YUV 194.48 35.74 125.52 -
System Red Green Blue C M Y K H S L
Decimal 191 228 31 0.16 0 0.86 0.11 71.27 0.78 0.51
Hex BF E4 1F 10 0 56 B 47 4E 33
Octal 277 344 37 20 0 126 13 107 116 63
Binary 10111111 11100100 11111 10000 0 1010110 1011 1000111 1001110 110011

Color Harmonies of #BFE41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE41F

Black with #BFE41F

Text Example


Text Example

White with #BFE41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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