Html Css Color HEX #BFE314 Inch Worm

📋 copy color: '#BFE314'

red 191 ◦ green 227 ◦ blue 20

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

Shades of Inch Worm #BFE314

Tints of Inch Worm #BFE314

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.83%

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

R = 43.61%
G = 51.83%
B = 4.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#BFE314 (or 0xBFE314) is known color: Inch Worm. HEX triplet: BF, E3 and 14. RGB value is (191,227,20). Sum of RGB (Red+Green+Blue) = 191+227+20=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 227 (89.06% from 255 or 51.83% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE314 is #401CEB. Grayscale: #C1C1C1. Windows color (decimal): -4201708 or 1369023. OLE color: 1369023.

HSL color Cylindrical-coordinate representation of color #BFE314: hue angle of 70.43º 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 #BFE314 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 227 20 -
CMYK 0.16 0 0.91 0.11
HSL 70.43º 0.84% 0.48% -
HSV(B) 70.43º 0.91% 0.89% -
XYZ 49.08 66.07 10.83 -
YUV 192.64 30.57 126.83 -
System Red Green Blue C M Y K H S L
Decimal 191 227 20 0.16 0 0.91 0.11 70.43 0.84 0.48
Hex BF E3 14 10 0 5B B 46 54 30
Octal 277 343 24 20 0 133 13 106 124 60
Binary 10111111 11100011 10100 10000 0 1011011 1011 1000110 1010100 110000

Color Harmonies of #BFE314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE314

Black with #BFE314

Text Example


Text Example

White with #BFE314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE314; }

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

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

background-color css

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

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

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

border-color css

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

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

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