Html Css Color HEX #BFE614 Inch Worm

📋 copy color: '#BFE614'

red 191 ◦ green 230 ◦ blue 20

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

Shades of Inch Worm #BFE614

Tints of Inch Worm #BFE614

RGB

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

 GREEN value IS 230 (90.23% from 255) = 52.15%

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

R = 43.31%
G = 52.15%
B = 4.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#BFE614 (or 0xBFE614) is known color: Inch Worm. HEX triplet: BF, E6 and 14. RGB value is (191,230,20). Sum of RGB (Red+Green+Blue) = 191+230+20=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 230 (90.23% from 255 or 52.15% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE614 is #4019EB. Grayscale: #C3C3C3. Windows color (decimal): -4200940 or 1369791. OLE color: 1369791.

HSL color Cylindrical-coordinate representation of color #BFE614: hue angle of 71.14º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFE614 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 230 20 -
CMYK 0.17 0 0.91 0.10
HSL 71.14º 0.84% 0.49% -
HSV(B) 71.14º 0.91% 0.9% -
XYZ 49.91 67.72 11.1 -
YUV 194.4 29.58 125.58 -
System Red Green Blue C M Y K H S L
Decimal 191 230 20 0.17 0 0.91 0.10 71.14 0.84 0.49
Hex BF E6 14 11 0 5B A 47 54 31
Octal 277 346 24 21 0 133 12 107 124 61
Binary 10111111 11100110 10100 10001 0 1011011 1010 1000111 1010100 110001

Color Harmonies of #BFE614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE614

Black with #BFE614

Text Example


Text Example

White with #BFE614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE614; }

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

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

background-color css

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

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

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

border-color css

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

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

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